Skip to content

Commit

Permalink
docs: fix tag name in the API example
Browse files Browse the repository at this point in the history
  • Loading branch information
yongdamsh committed Jul 11, 2019
1 parent 559682d commit 4301172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/menu/index.zh-CN.md
Expand Up @@ -17,12 +17,12 @@ subtitle: 导航菜单
## API

```html
<menu>
<Menu>
<Menu.Item>菜单项</Menu.Item>
<SubMenu title="子菜单">
<Menu.Item>子菜单项</Menu.Item>
</SubMenu>
</menu>
</Menu>
```

### Menu
Expand Down

0 comments on commit 4301172

Please sign in to comment.