使用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. 解决办法

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

如果设置了: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 就行了

posted @ 2021-06-23 17:23  ComeIntoBud  阅读(378)  评论(0)    收藏  举报