When I add vue-js-modal with yarn in my nuxt project, and run in development mode, My browser keeps loading without any response. And my console also no any message, There is only silence.
I wonder if I did something wrong?
Did any one have the same problem?
Nuxt.js v2.10.2
plugins: [
....
....
'@/plugins/vue-js-modal',
],
import Vue from 'vue'
import VModal from 'vue-js-modal/dist/ssr.index'
Vue.use(VModal)
I fixed it, is my fault
Sorry for disturbed
What fixed it for you? I'm having the same problem
Most helpful comment
What fixed it for you? I'm having the same problem