使用 better-scroll 页面不能点击

论坛 期权论坛 编程之家     
选择匿名的用户   2021-5-22 21:04   37   0

better-scroll 默认会阻止浏览器的原生 click 事件。当设置为 true,better-scroll 会派发一个 click 事件,我们会给派发的 event 参数加一个私有属性 _constructed,值为 true。

const options = {

click: true,

taps: true

}

this.scroll = new BScroll(this.$refs.wrapper,options)

官网 API https://ustbhuangyi.github.io/better-scroll/doc/zh-hans/options.html#click

分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:3875789
帖子:775174
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP