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
@@ -137,7 +137,7 @@ Vue.use(CellGroup);
| Event | Description | Arguments |
|------|------|------|
| click | Triggered when click cell | event: Event |
| click | Triggered when click cell | *event: Event* |
### CellGroup Slots
+1 -1
View File
@@ -148,7 +148,7 @@ Vue.use(CellGroup);
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| click | 点击单元格时触发 | event: Event |
| click | 点击单元格时触发 | *event: Event* |
### CellGroup Slots