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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.51latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.51
1.0.41
1.0.30
1.0.21
1.0.11
1.0.01

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