From c72c70024e5a5a28eb3c31788c9df0d6d28783a9 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 14 Jun 2022 11:08:16 +0800 Subject: [PATCH] docs: fix menu API table (#36043) * docs: fix menu API table * Update index.en-US.md --- components/menu/index.en-US.md | 2 +- components/menu/index.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/menu/index.en-US.md b/components/menu/index.en-US.md index 15ee83fa86..af44b41bab 100644 --- a/components/menu/index.en-US.md +++ b/components/menu/index.en-US.md @@ -119,7 +119,7 @@ The legacy demo code for version `<4.20.0` could be found at [https://github.com #### SubMenuType | Param | Description | Type | Default value | Version | -| --- | --- | --- | --- | --- | --- | +| --- | --- | --- | --- | --- | | children | Sub-menus or sub-menu items | [ItemType\[\]](#ItemType) | - | | | disabled | Whether sub-menu is disabled | boolean | false | | | icon | Icon of sub menu | ReactNode | - | | diff --git a/components/menu/index.zh-CN.md b/components/menu/index.zh-CN.md index 0e82dda7ba..543767f944 100644 --- a/components/menu/index.zh-CN.md +++ b/components/menu/index.zh-CN.md @@ -120,7 +120,7 @@ return ; #### SubMenuType | 参数 | 说明 | 类型 | 默认值 | 版本 | -| --- | --- | --- | --- | --- | --- | +| --- | --- | --- | --- | --- | | children | 子菜单的菜单项 | [ItemType\[\]](#ItemType) | - | | | disabled | 是否禁用 | boolean | false | | | icon | 菜单图标 | ReactNode | - | |