Skip to content

Commit

Permalink
Docs:文档更新
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoren1641 committed Dec 3, 2017
1 parent e65cfad commit 2cf2368
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Menu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ subtitle: 导航菜单
| 参数 | 说明 | 类型 | 默认值 |
|----------|---------------|----------|--------------|
| mode | 菜单类型,现在支持垂直、水平、和内嵌模式三种 | String: `vertical` `horizontal` `inline` | `vertical` |
| selectedKey | 当前选中的菜单项 key | String | |
| defaultSelectedKey | 当前默认选中的菜单项的uuid | String | |
| selectedKey | 当前选中的菜单项 uuid | String | |
| openOne | 是否只打开一个面板 | Boolean | false

### Menu.Item
Expand Down Expand Up @@ -121,4 +122,4 @@ subtitle: 导航菜单
]
}
]
```
```

0 comments on commit 2cf2368

Please sign in to comment.