From 50b9921064d4b899ee0b1fd7e55014787c4a109a Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Tue, 6 Jun 2023 14:42:14 -0700 Subject: [PATCH] skip lazy loading for now --- electron/Index.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/electron/Index.vue b/electron/Index.vue index 66ff7e2..19fc6b7 100644 --- a/electron/Index.vue +++ b/electron/Index.vue @@ -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;