Skip to content

answershuto/vue-touch

Repository files navigation

touch-vue

Touch events plugin for Vue.js(2.0)

https://github.com/answershuto/vue-touch

Installing

npm i touch-vue

API Usage

import touchVue from 'touch-vue';
Vue.use(touchVue);
<div v-touch="handleTouch">touch me</div>
handleTouch (type) {
    //...
}

LICENSE

MIT