Skip to content

Commit 096eb60

Browse files
authored
lint
1 parent f1d50a1 commit 096eb60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import * as directivePlugins from './directives'
33
// import { vueUse } from './utils/plugins'
44
// import { setConfig } from './utils/config'
55

6-
const BootstrapVue = (Vue, config = {} ) => {
6+
const BootstrapVue = (Vue, config = {}) => {
77
// Configure BootstrapVue
88
// setConfig(config)
9-
9+
1010
// Register component plugins
1111
for (let plugin in componentPlugins) {
1212
Vue.use(componentPlugins[plugin])

0 commit comments

Comments
 (0)