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
+2 -2
View File
@@ -125,5 +125,5 @@ Vue.use(Button);
| Event | Description | Arguments |
|------|------|------|
| click | Triggered when click button and not disabled or loading | event: Event |
| touchstart | Triggered when touch start | event: TouchEvent |
| click | Triggered when click button and not disabled or loading | *event: Event* |
| touchstart | Triggered when touch start | *event: TouchEvent* |