Blank error/loading image

This commit is contained in:
Natsumi
2021-05-21 17:46:06 +12:00
parent 90d5350adc
commit 09a4a823f8
2 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -210,13 +210,16 @@ speechSynthesis.getVoices();
}; };
Vue.filter('timeToText', timeToText); Vue.filter('timeToText', timeToText);
const loadimage = require('./blank.png');
Vue.use(VueLazyload, { Vue.use(VueLazyload, {
preLoad: 1, preLoad: 1,
observer: true, observer: true,
observerOptions: { observerOptions: {
rootMargin: '0px', rootMargin: '0px',
threshold: 0.1 threshold: 0.1
} },
error: './assets/blank.png',
loading: './assets/blank.png'
}); });
Vue.use(DataTables); Vue.use(DataTables);
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB