Skip to content

Commit 1ea82c7

Browse files
authored
Update bootstrap-vue.js
1 parent bc7d86b commit 1ea82c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/plugins/bootstrap-vue.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
import Vue from 'vue'
22
import BootstrapVue from '../../src'
33

4+
if (window && !window.Vue) {
5+
// We add Vue to window to help with debugging
6+
window.Vue = Vue
7+
}
8+
49
Vue.use(BootstrapVue)

0 commit comments

Comments
 (0)