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-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@ This is a component wrapper for Hammer.js 2.0.
10
10
> This plugin requires Vue >= 2.0. For the Vue 1.\*-compatible version, see the `1.0` branch
11
11
12
12
13
-
- Available through npm as `vue-touch`. As this version is currently in BETA, you have to install with the `next` tag.
13
+
### npm
14
+
15
+
Available through npm as `vue-touch`. As this version is currently in BETA, you have to install with the `next` tag.
14
16
15
17
```bash
16
18
npm install vue-touch@next
@@ -24,11 +26,11 @@ You can pass an options object as the second argument, which at the moment accep
24
26
25
27
#### Direct include
26
28
27
-
-You can also directly include it with a `<script>` tag when you have Vue and Hammer.js already included globally. It will automatically install itself, and will add a global `VueTouch`.
29
+
You can also directly include it with a `<script>` tag when you have Vue and Hammer.js already included globally. It will automatically install itself, and will add a global `VueTouch`.
0 commit comments