feat:关于回到顶部的事件解绑
This commit is contained in:
@@ -687,6 +687,9 @@
|
||||
mounted() {
|
||||
|
||||
},
|
||||
beforeDestroy(){
|
||||
window.removeEventListener('resize',this.debounce(this.windowChange, 1000),false);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user