解决 scroll-view 组件 [Intervention] 报错

[Intervention]Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted 解决报错



原因:事件冒泡, scroll-view 组件的 touchmove 事件可以传递到模态框。

解决:scroll-view 取消冒泡就可以了,问题成功解决。

@touchmove.stop