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;