[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
@@ -72,4 +72,4 @@ import 'vant/lib/icon/local.css';
| Event | Description | Arguments |
|------|------|------|
| click | Triggered when click icon | - |
| click | Triggered when click icon | event: Event |
+1 -1
View File
@@ -74,4 +74,4 @@ import 'vant/lib/icon/local.css';
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| click | 点击图标时触发 | - |
| click | 点击图标时触发 | event: Event |
+1 -1
View File
@@ -53,8 +53,8 @@ function Icon(
Icon.props = {
name: String,
size: [Number, String],
color: String,
info: [Number, String],
color: String,
tag: {
type: String,
default: 'i'