better-scroll click事件失效

在vue中用了better-scroll之后,浏览器模拟的手机端可以用click事件

但是,在真机上测试的时候,click事件无效

需要设置成这样

this.scroll = new Bscroll(this.$refs.search, {click: true, tap: true });

猜你喜欢

转载自www.cnblogs.com/lilei-site/p/11605049.html