[Intervention] Ignored attempt to cancel a touchend event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
touchend
移动端写了个长按事件,在滑动的时候js报这个错误。
@touchend.prevent
@touchstart.prevent 把阻止冒泡事件去掉就行了。
[Intervention] Ignored attempt to cancel a touchend event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
touchend
移动端写了个长按事件,在滑动的时候js报这个错误。
@touchend.prevent
@touchstart.prevent 把阻止冒泡事件去掉就行了。