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

相关文章:

  • 2021-12-26
  • 2021-12-09
  • 2021-12-14
  • 2021-05-09
  • 2022-01-19
  • 2021-12-12
  • 2021-09-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2021-09-22
相关资源
相似解决方案