docs: improve event param typing

This commit is contained in:
陈嘉涵
2020-02-09 11:12:15 +08:00
parent 779c83bd67
commit aceaa2f739
40 changed files with 84 additions and 84 deletions
+1 -1
View File
@@ -97,4 +97,4 @@ import 'vant/lib/icon/local.css';
| Event | Description | Arguments |
|------|------|------|
| click | Triggered when click icon | event: Event |
| click | Triggered when click icon | *event: Event* |