Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 335 Bytes

vue中v-touch事件用法.md

File metadata and controls

23 lines (16 loc) · 335 Bytes

vue中v-touch事件用法

1.先下载

cnpm install vue-touch@next --save dev

2.在main.js引入

import VueTouch from 'vue-touch'
Vue.use(VueTouch, { name: 'v-touch' })

3.用法

<v-touch v-on:swipeup="goRegister">
   <img src="../../assets/img/sign/login.png" alt="">
</v-touch>