skip lazy loading for now
This commit is contained in:
parent
2c6d47bea1
commit
50b9921064
|
@ -150,16 +150,16 @@
|
||||||
// import Connection from '../fchat/connection';
|
// import Connection from '../fchat/connection';
|
||||||
// import Notifications from './notifications';
|
// import Notifications from './notifications';
|
||||||
|
|
||||||
import VueLazyload from 'vue-lazyload';
|
// import VueLazyload from 'vue-lazyload';
|
||||||
|
//
|
||||||
Vue.use(VueLazyload, {
|
// Vue.use(VueLazyload, {
|
||||||
observer: true,
|
// observer: true,
|
||||||
|
//
|
||||||
observerOptions: {
|
// observerOptions: {
|
||||||
rootMargin: '0px',
|
// rootMargin: '0px',
|
||||||
threshold: 0,
|
// threshold: 0,
|
||||||
}
|
// }
|
||||||
});
|
// });
|
||||||
|
|
||||||
const webContents = remote.getCurrentWebContents();
|
const webContents = remote.getCurrentWebContents();
|
||||||
const parent = remote.getCurrentWindow().webContents;
|
const parent = remote.getCurrentWindow().webContents;
|
||||||
|
|
Loading…
Reference in New Issue