饮水思源:https://github.com/vuejs/vue-touch/tree/next
搭建依赖:
npm install vue-touch@next
importVueTouchfrom"vue-touch";
Vue.use(VueTouch, {name:'v-touch'})
--------------------------------------------------------------------
代码使用:
<v-touch @swipeleft="left" class="wrapper">
<!-- 手势作用区域demo -->
</v-touch>
--------------------------------------------------------------------