vue离开页面销毁滚动事件
时间:2021-03-06 23:55:11
收藏:0
阅读:336
methods:{
handleFun(){ /**销毁处理*/
}
},
beforeDestroy(){
window.removeEventListener("scroll",this.handleFun)
},
原文:https://www.cnblogs.com/wuguangyong168/p/14490730.html
评论(0)