美文网首页
vue-touch在ios上无法上下移动的问题

vue-touch在ios上无法上下移动的问题

作者: 苏本的书柜 | 来源:发表于2018-11-07 17:06 被阅读66次
<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'}"

相关文章

网友评论

      本文标题:vue-touch在ios上无法上下移动的问题

      本文链接:https://www.haomeiwen.com/subject/yswvxqtx.html