报错内容如下:
[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

上面的内容虽然不会影响到项目的运行效果,但看着飘一串红字总是稍有一些不爽,所以解决它!
1、找到报错位置

2、打开文件:/node_modules/_mint-ui@2.2.13@mint-ui/lib/mint-ui.common.js
3、在步骤1找到的位置处添加event.cancelable判断,判断是否取消了关联的默认动作


—————END—————
喜欢本文的朋友们,欢迎关注公众号 张培跃,收看更多精彩内容!!!公众号回复 电子书 ,送你经典电子书籍!
在这里插入图片描述

Logo

前往低代码交流专区

更多推荐