Browse Source
docs: fix Menu api layout (#36697)
Co-authored-by: zhanghaoqiang <zhanghq7458@joyowo.com>
pull/36711/head
hoho2017
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/menu/index.zh-CN.md
|
|
@ -129,7 +129,7 @@ return <Menu items={items} />; |
|
|
|
| popupClassName | 子菜单样式,`mode="inline"` 时无效 | string | - | | |
|
|
|
| popupOffset | 子菜单偏移量,`mode="inline"` 时无效 | \[number, number] | - | | |
|
|
|
| onTitleClick | 点击子菜单标题 | function({ key, domEvent }) | - | | |
|
|
|
| theme | 设置子菜单的主题,默认从 Menu 上继承 | | `light` \| `dark` | - | | |
|
|
|
| theme | 设置子菜单的主题,默认从 Menu 上继承 | `light` \| `dark` | - | | |
|
|
|
|
|
|
|
#### MenuItemGroupType |
|
|
|
|
|
|
|