We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d50a1 commit 096eb60Copy full SHA for 096eb60
src/index.js
@@ -3,10 +3,10 @@ import * as directivePlugins from './directives'
3
// import { vueUse } from './utils/plugins'
4
// import { setConfig } from './utils/config'
5
6
-const BootstrapVue = (Vue, config = {} ) => {
+const BootstrapVue = (Vue, config = {}) => {
7
// Configure BootstrapVue
8
// setConfig(config)
9
-
+
10
// Register component plugins
11
for (let plugin in componentPlugins) {
12
Vue.use(componentPlugins[plugin])
0 commit comments