Skip to content

Commit

Permalink
Merge pull request #15404 from cemremengu/cemremengu-submenu
Browse files Browse the repository at this point in the history
Specify type for defaultOpenKeys
  • Loading branch information
afc163 committed Mar 14, 2019
2 parents da504da + 3f6f1c1 commit f79b238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/menu/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subtitle: 导航菜单

| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| defaultOpenKeys | 初始展开的 SubMenu 菜单项 key 数组 | | |
| defaultOpenKeys | 初始展开的 SubMenu 菜单项 key 数组 | string\[] | |
| defaultSelectedKeys | 初始选中的菜单项 key 数组 | string\[] | |
| forceSubMenuRender | 在子菜单展示之前就渲染进 DOM | boolean | false |
| inlineCollapsed | inline 时菜单是否收起状态 | boolean | - |
Expand Down

0 comments on commit f79b238

Please sign in to comment.