vue移动端绑定click事件失效问题

缘由多是你使用了better-scroll,默认它会阻止touch事件。因此在配置中须要加上click: true 例:web mounted(){ this.scroll=new Bscroll(this.$refs.wrapper, { mouseWheel: true, click: true, tap: true }) }
相关文章
相关标签/搜索