mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 15:39:45 +08:00
Fix menu doc in english version. (#8503)
This commit is contained in:
parent
9bbfe534b2
commit
d7475f47cb
@ -35,7 +35,6 @@ More layouts with navigation: [layout](/components/layout).
|
||||
| mode | type of the menu; `vertical`, `horizontal`, and `inline` modes are supported | string: `vertical` \| `vertical-right` \| `horizontal` \| `inline` | `vertical` |
|
||||
| multiple | Allow selection of multiple items | boolean | false |
|
||||
| openKeys | array with the keys of currently opened sub menus | string\[] | |
|
||||
| selectable | Allow to be selected | boolean | true |
|
||||
| selectable | allow selecting menu items | boolean | true |
|
||||
| selectedKeys | array with the keys of currently selected menu items | string\[] | |
|
||||
| style | style of the root node | object | |
|
||||
|
Loading…
Reference in New Issue
Block a user