[Doc] update click event params

This commit is contained in:
陈嘉涵
2019-07-08 17:05:20 +08:00
parent 701446ece8
commit 1f03a703f5
13 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -88,4 +88,4 @@ Vue.use(Tag);
| Event | Description | Arguments |
|------|------|------|
| click | Triggered when clicked | - |
| click | Triggered when clicked | event: Event |
+1 -1
View File
@@ -96,4 +96,4 @@ Vue.use(Tag);
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| click | 点击时触发 | - |
| click | 点击时触发 | event: Event |