Vue Warn: Error in beforeCreate
Closed this issue · 5 comments
gfelot commented
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.
apertureless commented
Are you using it in a ssr env ? You need to disable ssr for the component.
gfelot commented
yep Nuxt... I have to look how to... but can you explain to me why I have to disable SSR ?
MayyaPakhomova commented
have you decided?
apertureless commented
decided what?