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 397d6d4 commit f1d50a1Copy full SHA for f1d50a1
src/index.js
@@ -22,7 +22,7 @@ const BootstrapVue = (Vue, config = {} ) => {
22
// BootstrapVue.setConfig = setConfig
23
24
// Auto installation only occurs if window.Vue exists
25
-if (window && window.Vue) {
+if (window && window.Vue && window.Vue.use) {
26
/* istanbul ignore next */
27
window.BootstrapVue = BootstrapVue
28
0 commit comments