vue-strap icon indicating copy to clipboard operation
vue-strap copied to clipboard

freezes entire application with no errors

Open adiakritos opened this issue 8 years ago • 0 comments

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?

adiakritos avatar Feb 21 '17 16:02 adiakritos