Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit 51dbd70

Browse files
committed
update ready to reflect BETA status
1 parent b900db0 commit 51dbd70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# vue-touch
22

33
> Touch events plugin for Vue.js
4+
> this is a BETA Release
45
56
This is a component wrapper for Hammer.js 2.0.
67

@@ -13,6 +14,10 @@ This version is only compatible with Vue 2.0.
1314

1415
- Available through npm as `vue-touch`.
1516

17+
```bash
18+
npm install vue-touch@next
19+
```
20+
1621
```Javascript
1722
var VueTouch = require('vue-touch')
1823
Vue.use(VueTouch, {name: 'v-touch'})

0 commit comments

Comments
 (0)