首页 > 其他 > 详细

使用vue Mint UI 组件 tab-container报错:Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. 解决办法

时间:2021-06-23 21:12:25      阅读:25      评论:0      收藏:0      [点我收藏+]

正常情况是不会出现这个报错的

如果设置了:swipeable=‘true‘  属性 在左右滑动的同时上下滑动   就会出现Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted

所以只要将:swipeable=‘true‘删除或者改为false 就行了

使用vue Mint UI 组件 tab-container报错:Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. 解决办法

原文:https://www.cnblogs.com/CIBud/p/14923679.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!