This is a duplicate, and I know this but the problem is still here. I have tried everything in the previous issue
I am using version ^2.0.0-rc.5
When I run npm run dev It outputs ReferenceError: window is not defined at node_modules\vue-js-modal\dist\index.js.
Thanks,
Jacob
This is not on stackoverflow
for ssr you need to use ssr files (ssr.nocss/styles.css, for example)
import VModal from 'vue-js-modal/dist/ssr.nocss'
import 'vue-js-modal/dist/styles.css'
Seems your error happened in index.js which def. would not work in ssr env
Most helpful comment
for ssr you need to use ssr files (ssr.nocss/styles.css, for example)
Seems your error happened in index.js which def. would not work in ssr env