<v-touch v-on:swipeleft="changeType(nav[activeIdx+1].type, activeIdx+1)" v-on:swiperight="changeType(nav[activeIdx-1].type, activeIdx-1)" id="touch" tag="div" style="touch-atction:pan-y" :swipe-options="{direction: 'horizontal'}" >
</v-touch >
添加一个
:swipe-options="{direction: 'horizontal'}"
网友评论