apertureless/vue-parallax

Vue Warn: Error in beforeCreate

Closed this issue · 5 comments

At launch I got this warning :

[Vue warn]: Error in beforeCreate hook: "ReferenceError: document is not defined"

found in

---> <Parallax> at /Users/jjuszczak/Projekte/Privat/vue-parallax/src/components/Parallax.vue

And you can find this in the your file ligne 88.

Are you using it in a ssr env ? You need to disable ssr for the component.

yep Nuxt... I have to look how to... but can you explain to me why I have to disable SSR ?

have you decided?

decided what?