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

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

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

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