touch-vue

1.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i touch-vue

Weekly Downloads

1

Version

1.0.5

License

none

Unpacked Size

21.3 kB

Total Files

4

Last publish

Collaborators

  • answershuto