[Intervention] Ignored attempt to cancel a touchmove event with cancelable=f
使用Vue-Awesome-Swiper时,滑动报错
报错信息为[Intervention] Ignored attempt to cancel a touchmove event with cancelable=f
解决方法:
在滑动报错的标签的样式上添加
touch-action: none 即可解决该问题
使用Vue-Awesome-Swiper时,滑动报错
报错信息为[Intervention] Ignored attempt to cancel a touchmove event with cancelable=f
解决方法:
在滑动报错的标签的样式上添加
touch-action: none 即可解决该问题