1
2
<view @touchmove.stop.prevent="moveHandle">
</view>

methods:

1
2
3
4
5
methods:{
moveHandle(){
return
},
}