Commit a1eb3bfacb979cb197f35920a57925d04878acc7

Authored by msidolphin
Committed by GitHub
1 parent 07ad4da4

fix #5440

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/affix/affix.vue
@@ -82,7 +82,7 @@ @@ -82,7 +82,7 @@
82 on(window, 'resize', this.handleScroll); 82 on(window, 'resize', this.handleScroll);
83 this.$nextTick(() => { 83 this.$nextTick(() => {
84 this.handleScroll(); 84 this.handleScroll();
85 - }) 85 + });
86 }, 86 },
87 beforeDestroy () { 87 beforeDestroy () {
88 // window.removeEventListener('scroll', this.handleScroll, false); 88 // window.removeEventListener('scroll', this.handleScroll, false);