From a1eb3bfacb979cb197f35920a57925d04878acc7 Mon Sep 17 00:00:00 2001 From: msidolphin Date: Mon, 18 Mar 2019 09:30:40 +0800 Subject: [PATCH] fix #5440 --- src/components/affix/affix.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/affix/affix.vue b/src/components/affix/affix.vue index 8510230..c0716d8 100644 --- a/src/components/affix/affix.vue +++ b/src/components/affix/affix.vue @@ -82,7 +82,7 @@ on(window, 'resize', this.handleScroll); this.$nextTick(() => { this.handleScroll(); - }) + }); }, beforeDestroy () { // window.removeEventListener('scroll', this.handleScroll, false); -- libgit2 0.21.4