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
parent
commit
f3db1f2dab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/menu/index.zh-CN.md

2
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

Loading…
Cancel
Save