0👍
You can use loading option (src of the image while loading).
like this:
Vue.use(VueLazyload, {
preLoad: 1.3,
loading: 'dist/loading.gif',
attempt: 1,
});
And Also read the github page for more options.
- [Vuejs]-'Property does not exist' errors in terminal but not Chrome console – Nuxt/Prismic
- [Vuejs]-How do I get to open only one detail in b-table?
Source:stackexchange.com