vue-image-loader
vue-image-loader copied to clipboard
Document is not defined
On vue with NuxtJS. I tried with or without SSR.

Hello,
I don't know if the module is compatible with NuxJS because I don't use it. But, can you share a jsfiddle please ?
same error here :/ tried loading it via
plugins: [
{
'@/plugins/progressive-image-loader',
ssr: false
},
],
in my nuxt.config.js but that didnt help. "document" is not available on the server side so i think that vue-image-loader is using "document" when it gets loaded and that throws the error...