# vue-finger
**Repository Path**: mirrors_singod/vue-finger
## Basic Information
- **Project Name**: vue-finger
- **Description**: vue 2.0touch手势插件(tap,longTap,doubleTap,pressMove,swipe,rotate,pinch等事件)基于AlloyFinger
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-25
- **Last Updated**: 2026-03-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# vue-finger
基于腾讯AlloyFinger的vue 2.0手势插件 AlloyFinger:http://alloyteam.github.io/AlloyFinger/
所有手势事件
v-tap:点击事件
v-singleTap:单击事件,和tap的区别是相差250ms
v-longTap:长按事件,当点击时长超过750ms时候触发
v-doubleTap:双击事件
v-pressMove:拖拽移动事件
v-multipointStart:多点触控事件开始事件
v-multipointEnd:多点触控事件结束事件
v-swipe:滑动事件
v-rotate:旋转事件
v-pinch:缩放事件
使用示例:
见fingerDemo,在项目中使用的时候,在main.js中导入、vue.use(),然后在子组件中就可以直接用v-tap="{methods:func , arg: args}"的方式使用