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();