mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Doc] Collapse: fix Events param type (#4106)
This commit is contained in:
parent
317b115da8
commit
7ad5323836
@ -97,7 +97,7 @@ export default {
|
||||
|
||||
| Event | Description | Arguments |
|
||||
|------|------|------|
|
||||
| change | Triggered when switch panel | activeNames: `string | array` |
|
||||
| change | Triggered when switch panel | activeNames: `string[] | number[] | string | number` |
|
||||
|
||||
### CollapseItem Props
|
||||
|
||||
|
@ -98,7 +98,7 @@ export default {
|
||||
|
||||
| 事件名 | 说明 | 回调参数 |
|
||||
|------|------|------|
|
||||
| change | 切换面板时触发 | activeNames: `string | array` |
|
||||
| change | 切换面板时触发 | activeNames: `string[] | number[] | string | number` |
|
||||
|
||||
### CollapseItem Props
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user