Skip to content

Commit

Permalink
docs: spell error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lil-C0der committed Oct 9, 2020
1 parent f57fd45 commit b6aea73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/components/menu.md
Expand Up @@ -159,12 +159,12 @@ export default {

### Menu Attributes

| 参数 | 说明 | 类型 | 可选值 | 默认值 |
| :--------------------: | :-------------------------------------: | :-----: | :-----------: | :----: |
| select-index / v-model | 绑定值,默认选中的菜单项的 `index` 属性 | String |||
| trigger | 触发方式 | String | click / hover | click |
| vertical | 是否垂直 | Boolean || false |
| width | 垂直状态下导航栏的宽度 | String || 200px |
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
| :----------------------: | :-------------------------------------: | :-----: | :-----------: | :----: |
| selected-index / v-model | 绑定值,默认选中的菜单项的 `index` 属性 | String |||
| trigger | 触发方式 | String | click / hover | click |
| vertical | 是否垂直 | Boolean || false |
| width | 垂直状态下导航栏的宽度 | String || 200px |

### MenuItem Attributes

Expand Down

0 comments on commit b6aea73

Please sign in to comment.