mint-ui 下拉加载报错:cancelable=false

mac2025-04-05  14

mint-ui 下拉加载报错: [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. 解决方案

在node_modules依赖中找到mint-ui.common.js文件在报错位置添加 if (event.cancelable)

如图:

最新回复(0)