yuche / vue-strap

Bootstrap components built with Vue.js
http://yuche.github.io/vue-strap/
MIT License
4.71k stars 935 forks source link

freezes entire application with no errors #464

Open adiakritos opened 7 years ago

adiakritos commented 7 years ago

Vue 1.0.26 Vue-strap 1.0.11 and 1.0.36 (tried both verisons)

import {popover} from 'vue-strap'
Vue.component('popover', popover)

If I visit the page where I'm using the component by refreshing page, it will work. But if I navigate anywhere else on the page all the features are totally frozen. There's no errors in console relating to this.

The above import is happening in a component manifest page where I import about 30 components and then add them all into the global Vue object like you see above.

Why might this be happening?