niapp 如何阻止页面上/下滑动
2020-12-16 本文已影响0人
头发飘逸
使用了@touchstart.stop.prevent可以了
在不想滑动的元素上加入这个就好了
例子:
<div class="banner-con-count" @touchstart.stop.prevent>
</div>
使用了@touchstart.stop.prevent可以了
在不想滑动的元素上加入这个就好了
例子:
<div class="banner-con-count" @touchstart.stop.prevent>
</div>