问题 使用scroll-view组件滚动时报错 [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. 报错截图 解决方法 添加 @touchmove.stop 即可 <scroll-view scroll-y="true" @touchmove.stop></scroll-view>