Skip to content

Commit f1d50a1

Browse files
authored
Update index.js
1 parent 397d6d4 commit f1d50a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const BootstrapVue = (Vue, config = {} ) => {
2222
// BootstrapVue.setConfig = setConfig
2323

2424
// Auto installation only occurs if window.Vue exists
25-
if (window && window.Vue) {
25+
if (window && window.Vue && window.Vue.use) {
2626
/* istanbul ignore next */
2727
window.BootstrapVue = BootstrapVue
2828
/* istanbul ignore next */

0 commit comments

Comments
 (0)