feat:关于回到顶部的事件解绑

This commit is contained in:
zhangyu
2020-11-20 15:52:06 +08:00
parent f21f48c104
commit 3cea2cf3d8
14 changed files with 92 additions and 49 deletions

View File

@@ -687,6 +687,9 @@
mounted() {
},
beforeDestroy(){
window.removeEventListener('resize',this.debounce(this.windowChange, 1000),false);
}
}
</script>
<style scoped>