摘要: mounted(){ //监听鼠标滚动事件 window.addEventListener('mousewheel',this.handleScroll); }, handleScroll(m){ console.log(m.deltaY) } 阅读全文
posted @ 2021-07-22 09:48 Charonっ 阅读(563) 评论(0) 推荐(0) 编辑