首页 > 技术文章 > vue报错 [Intervention] Ignored attempt to cancel a touchmove event with cancelable

javascripter 2019-02-20 10:06 原文

在vue开发中使用vue-awesome-swiper制作轮播图,手动拖动时会报错,解决方案:

需要滑动的标签 { touch-action: none; }

--------------------------------------------------------------

touch-action:none

touch-action :当你触摸并按住触摸目标时候,禁止或显示系统默认菜单。 
touch-action取值有一下两种 
none:系统默认菜单被禁用 
default:系统默认菜单不被禁用

推荐阅读