如果项目中的某些组件使用了 better-scroll或iscroll这些轮播之类的插件,会导致 click 事件无效。
需要配置一些选项
const options = { // better-scroll 插件会导致click事件失效,这个配置项是解决这个问题的
click: true,
tap: true
},
const scroll = new Bscroll(dom,options);
如果项目中的某些组件使用了 better-scroll或iscroll这些轮播之类的插件,会导致 click 事件无效。
需要配置一些选项
const options = { // better-scroll 插件会导致click事件失效,这个配置项是解决这个问题的
click: true,
tap: true
},
const scroll = new Bscroll(dom,options);
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。