docs(collapse): fix wrong jump link

This commit is contained in:
ice 2024-11-29 10:43:45 +08:00
parent d9f37fe635
commit ab1cb3654a
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ Common props ref[Common props](/docs/react/common-props)
| ghost | Make the collapse borderless and its background transparent | boolean | false | 4.4.0 |
| size | Set the size of collapse | `large` \| `middle` \| `small` | `middle` | 5.2.0 |
| onChange | Callback function executed when active panel is changed | function | - | |
| items | collapse items content | [ItemType](#ItemType) | - | 5.6.0 |
| items | collapse items content | [ItemType](#itemtype) | - | 5.6.0 |
### ItemType

View File

@ -90,7 +90,7 @@ const items: CollapseProps['items'] = [
| ghost | 使折叠面板透明且无边框 | boolean | false | 4.4.0 |
| size | 设置折叠面板大小 | `large` \| `middle` \| `small` | `middle` | 5.2.0 |
| onChange | 切换面板的回调 | function | - | |
| items | 折叠项目内容 | [ItemType](#ItemType) | - | 5.6.0 |
| items | 折叠项目内容 | [ItemType](#itemtype) | - | 5.6.0 |
### ItemType