使用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 就行了

浙公网安备 33010602011771号