skip lazy loading for now
This commit is contained in:
parent
2c6d47bea1
commit
50b9921064
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue