skip lazy loading for now

This commit is contained in:
Mr. Stallion 2023-06-06 14:42:14 -07:00
parent 2c6d47bea1
commit 50b9921064
1 changed files with 10 additions and 10 deletions

View File

@ -150,16 +150,16 @@
// import Connection from '../fchat/connection';
// import Notifications from './notifications';
import VueLazyload from 'vue-lazyload';
Vue.use(VueLazyload, {
observer: true,
observerOptions: {
rootMargin: '0px',
threshold: 0,
}
});
// import VueLazyload from 'vue-lazyload';
//
// Vue.use(VueLazyload, {
// observer: true,
//
// observerOptions: {
// rootMargin: '0px',
// threshold: 0,
// }
// });
const webContents = remote.getCurrentWebContents();
const parent = remote.getCurrentWindow().webContents;