From 760c4c2695c978828633e2f3d0060cbc42069a2d Mon Sep 17 00:00:00 2001
From: tangjinzhou <415800467@qq.com>
Date: Sun, 23 Apr 2023 15:00:34 +0800
Subject: [PATCH] doc: update menu icon
---
components/menu/index.en-US.md | 11 -----------
components/menu/index.zh-CN.md | 11 -----------
components/vc-overflow/RawItem.tsx | 2 ++
3 files changed, 2 insertions(+), 22 deletions(-)
diff --git a/components/menu/index.en-US.md b/components/menu/index.en-US.md
index 19bde2312..b497abab0 100644
--- a/components/menu/index.en-US.md
+++ b/components/menu/index.en-US.md
@@ -23,17 +23,6 @@ More layouts with navigation: [Layout](/components/layout).
## API
-```html
-
-
- Menu
-
- SubMenuItem
-
-
-
-```
-
### Menu
| Param | Description | Type | Default value |
diff --git a/components/menu/index.zh-CN.md b/components/menu/index.zh-CN.md
index 394138964..ecc0f3908 100644
--- a/components/menu/index.zh-CN.md
+++ b/components/menu/index.zh-CN.md
@@ -24,17 +24,6 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*Vn4XSqJFAxcAAA
## API
-```html
-
-
- 菜单项
-
- 子菜单项
-
-
-
-```
-
### Menu
| 参数 | 说明 | 类型 | 默认值 |
diff --git a/components/vc-overflow/RawItem.tsx b/components/vc-overflow/RawItem.tsx
index 309badbe2..3d26424c9 100644
--- a/components/vc-overflow/RawItem.tsx
+++ b/components/vc-overflow/RawItem.tsx
@@ -17,6 +17,8 @@ export default defineComponent({
onClick: { type: Function },
onKeydown: { type: Function },
onFocus: { type: Function },
+ role: String,
+ tabindex: Number,
},
setup(props, { slots, attrs }) {
const context = useInjectOverflowContext();