Open Coletrane opened 6 years ago
Did you use ssr:false? my nuxt config:
plugins: ['~/plugins/helpers',{ src: '~/plugins/lazyload', ssr: false }]
@Coletrane did you find a solution for this? I have same problem using nuxt ssr.
I'm using it inside no-ssr to avoid this
Hi I'm using vue-lazyload with Nuxt and trying to get lazy-component to work with SSR.
Here is a repo with an example of the issue: https://github.com/Coletrane/vue-lazyload-ssr-lazy-component clone it and run
npm run dev
Here is the example component from that repo: