vue中mousewheel滚动

效果 点击上下可以中间滚动,鼠标在框内滚动也会滚动。 外部js const mouseEvent = { wheel(opt){ console.log(opt) if(!opt.target){ console.log('什么都没有,还让我帮忙!'); return ; } l
相关文章
相关标签/搜索