You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> Touch events plugin for Vue.js
4
4
5
-
This is simply a directive wrapper for Hammer.js.
5
+
This is a directive wrapper for Hammer.js 2.0.
6
6
7
7
## Usage
8
8
@@ -17,6 +17,10 @@ Vue.use(vueTouch)
17
17
<av-touch="tap:onTap">Tap me!</a>
18
18
```
19
19
20
+
See [Hammer.js documentation](http://hammerjs.github.io/getting-started.html) for all available events.
21
+
22
+
See `/example` for listening to multiple events together and how to register a custom event like `'doubletap'`. To build the example, you need to have Browserify installed and then `npm run build`.
0 commit comments