mounted(){ //获取节点
this.scrollDiv = document.getElementsByClassName('myNav')[0]; //绑定事件
this.scrollDiv.addEventListener('scroll',this.scrollFunction,{ passive: false });
},
beforeRouteLeave(to, from, next){//离开路由前执行
this.scrollDiv.removeEventListener('scroll',this.scrollFunction,{ passive: false });
next();
}
料青山看我应如是
达令说
随时随地看视频慕课网APP
相关分类