better-scroll的click会失效
原因:会阻值默认的touch事件
this.scroll = new BScroll(this.$refs.wrapper, { mouseWheel: true, click: true, tap: true })
即可
原因:会阻值默认的touch事件
this.scroll = new BScroll(this.$refs.wrapper, { mouseWheel: true, click: true, tap: true })
即可
本文标题:vue better-scroll
本文链接:https://www.haomeiwen.com/subject/pzxauhtx.html
网友评论