Skip to content

Commit

Permalink
Update index.zh-CN.md (ant-design#7755)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorites authored and afc163 committed Sep 27, 2017
1 parent caec11c commit e17c8e0
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 @@ -36,7 +36,7 @@ subtitle: 导航菜单
| openKeys | 当前展开的 SubMenu 菜单项 key 数组 | string[] | |
| defaultOpenKeys | 初始展开的 SubMenu 菜单项 key 数组 | | |
| onOpenChange | SubMenu 展开/关闭的回调 | function(openKeys: string[]) | noop |
| onSelect | 被选中时调 | function({ item, key, selectedKeys }) | |
| onSelect | 被选中时调用 | function({ item, key, selectedKeys }) |  |
| onDeselect | 取消选中时调用,仅在 multiple 生效 | function({ item, key, selectedKeys }) | - |
| onClick | 点击 MenuItem 调用此函数 | function({ item, key, keyPath }) | - |
| style | 根节点样式 | object | |
Expand Down

0 comments on commit e17c8e0

Please sign in to comment.