Browse Source

docs: fix tag name in the API example

pull/17589/head
Sanghyeon Lee 5 years ago
committed by GitHub
parent
commit
430117288d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/menu/index.zh-CN.md

4
components/menu/index.zh-CN.md

@ -17,12 +17,12 @@ subtitle: 导航菜单
## API
```html
<menu>
<Menu>
<Menu.Item>菜单项</Menu.Item>
<SubMenu title="子菜单">
<Menu.Item>子菜单项</Menu.Item>
</SubMenu>
</menu>
</Menu>
```
### Menu

Loading…
Cancel
Save