Open MichaelJCole opened 6 years ago
@MichaelJCole you could use your plugins only on client side if you want: { src: '@/plugins/video-bg', ssr: false } (working fine on my side)
Source: https://nuxtjs.org/guide/plugins/#client-side-only
Hope it helps.
There is a compatibility issue with Nuxt.js that I don't completely understand.
The workaround is to whitelist this component in ssr mode.