Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gauseen committed Jun 6, 2019
1 parent 13492a3 commit c9c420e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ export default {
</script>
```

### 浏览器导入

```html
<script type="text/javascript" src="https://unpkg.com/@gauseen/vue-finger"></script>
```

### Api

#### 监听手势事件
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gauseen/vue-finger",
"version": "0.1.0",
"version": "0.2.0",
"licence": "MIT",
"description": "Mobile gesture for vuejs",
"keywords": ["vue", "vue.js", "finger", "gesture", "tap", "touch"],
Expand Down

0 comments on commit c9c420e

Please sign in to comment.