Skip to content

Commit

Permalink
fix: cn menus doc (#35078)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Apr 19, 2022
1 parent ea648e7 commit 74b60d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/menu/index.zh-CN.md
Expand Up @@ -75,7 +75,7 @@ const items = [
| disabled | 是否禁用 | boolean | false | |
| icon | 菜单图标 | ReactNode | - | |
| key | item 的唯一标志 | string | - | |
| label | 菜单项标题 | string | - | |
| label | 菜单项标题 | ReactNode | - | |
| title | 设置收缩时展示的悬浮标题 | string | - | |

> 注意:`icon``4.2.0` 新增的属性,之前的版本请使用下面的方式定义图标。
Expand Down

0 comments on commit 74b60d2

Please sign in to comment.