fix #5440
This commit is contained in:
parent
07ad4da491
commit
a1eb3bfacb
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
on(window, 'resize', this.handleScroll);
|
on(window, 'resize', this.handleScroll);
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.handleScroll();
|
this.handleScroll();
|
||||||
})
|
});
|
||||||
},
|
},
|
||||||
beforeDestroy () {
|
beforeDestroy () {
|
||||||
// window.removeEventListener('scroll', this.handleScroll, false);
|
// window.removeEventListener('scroll', this.handleScroll, false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue