Closed niklashof closed 7 years ago
Are you using it in a ssr environment? Like nuxt ? You need to add it as a plugin and then disable ssr for it.
As document
and window
are not defined on server side.
https://nuxtjs.org/guide/plugins/#client-side-only
The current version throws an error:
This happens because there is a local file referenced:
line 3037:
beforeCreate: [_t], __file: "/Users/jjuszczak/Projekte/Privat/vue-parallax/src/components/Parallax.vue"
Environment