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

View File

@@ -210,13 +210,16 @@ speechSynthesis.getVoices();
};
Vue.filter('timeToText', timeToText);
const loadimage = require('./blank.png');
Vue.use(VueLazyload, {
preLoad: 1,
observer: true,
observerOptions: {
rootMargin: '0px',
threshold: 0.1
}
},
error: './assets/blank.png',
loading: './assets/blank.png'
});
Vue.use(DataTables);