vue 移动端better-scroll 包裹的元素 绑定点击事件无效

在做一个列表的时候需要点击列表将列表信息输出,给<li>加个一个很简单的@click,可是没有反应。

原因是使用了better-scroll,默认它会阻止touch事件。所以在配置中需要加上click: true

mounted () {
    this.scroll = new BScroll(this.$refs.search, {mouseWheel: true, click: true, tap: true})
  }

vue 移动端better-scroll 包裹的元素 绑定点击事件无效

上一篇:Android 获取手机(ios,android)的设备唯一码(mac地址, IMEI)


下一篇:Java学习:一 开篇