mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
Blank error/loading image
This commit is contained in:
+4
-1
@@ -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 |
Reference in New Issue
Block a user