Static GitHub Issues

[484] Proper use of lazy load

prev: customise router
next: Use middleware to throw an error in ie11

How to use vue-lazyload properly with nuxt? Nuxt uses ~assets syntax or require('...') method to implement image urls. This means that these two variants both loading images BEFORE vue-lazyload starting its work. After images all are requested and downloaded by browser vue-lazyload know their urls and start to show them lazily. But it is already make no sense((

How to use vue-lazyload with nuxt or how avoid ~assets or require(...)preloading?

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c425">#c425</a>)</em></sub></div>