Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted

在使用Vue-swiper    Slides grid(网格分布)报:

 

 解决方法:

  在需要滚动的标签外层 添加 touch-action: none样式

<style>
.xxxx{
    touch-action:none;
}
</style>    

 

posted @ 2020-01-30 20:59  仰面清枫  阅读(3488)  评论(0编辑  收藏  举报