This commit is contained in:
msidolphin 2019-03-18 09:30:40 +08:00 committed by GitHub
parent 07ad4da491
commit a1eb3bfacb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@
on(window, 'resize', this.handleScroll);
this.$nextTick(() => {
this.handleScroll();
})
});
},
beforeDestroy () {
// window.removeEventListener('scroll', this.handleScroll, false);