@achuan/vue-touch 中文文档教程
@achuan/vue-touch
Vue.js 的触摸事件插件。
这是 Hammer.js 2.0.8 的指令包装器。
Install
yarn add @achuan/vue-touch
Usage
注册
import Touch from '@achuan/vue-touch';
Vue.use(Touch)
使用
指令
<div v-touch-options="options" v-touch:swipeup="handler">
hello, v-touch!
</div>
指令请参阅 Hammer.js 文档了解所有可用的事件。
License
@achuan/vue-touch
Touch events plugin for Vue.js.
This is a directive wrapper for Hammer.js 2.0.8.
Install
yarn add @achuan/vue-touch
Usage
Register the directive
import Touch from '@achuan/vue-touch';
Vue.use(Touch)
Using the <v-touch>
directive
<div v-touch-options="options" v-touch:swipeup="handler">
hello, v-touch!
</div>
See Hammer.js documentation for all available events.