Vue-js-modal: No response when use nuxt

Created on 16 Dec 2019  路  2Comments  路  Source: euvl/vue-js-modal

Problem:

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?

Example & screenshots:

nuxt version

Nuxt.js v2.10.2

nuxt.config
plugins: [
   ....
   ....
    '@/plugins/vue-js-modal',
  ],
plugins/vue-js-modal.js
import Vue from 'vue'
import VModal from 'vue-js-modal/dist/ssr.index'

Vue.use(VModal)

Most helpful comment

What fixed it for you? I'm having the same problem

All 2 comments

I fixed it, is my fault
Sorry for disturbed

What fixed it for you? I'm having the same problem

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bicstone picture bicstone  路  4Comments

whaoran picture whaoran  路  3Comments

outOFFspace picture outOFFspace  路  4Comments

mbalandis picture mbalandis  路  4Comments

songoo picture songoo  路  4Comments