mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 23:46:28 +08:00
docs: fix tag name in the API example
This commit is contained in:
parent
756ded9540
commit
559682df23
@ -16,12 +16,12 @@ More layouts with navigation: [layout](/components/layout).
|
||||
## API
|
||||
|
||||
```html
|
||||
<menu>
|
||||
<Menu>
|
||||
<Menu.Item>Menu</Menu.Item>
|
||||
<SubMenu title="SubMenu">
|
||||
<Menu.Item>SubMenuItem</Menu.Item>
|
||||
</SubMenu>
|
||||
</menu>
|
||||
</Menu>
|
||||
```
|
||||
|
||||
### Menu
|
||||
|
Loading…
Reference in New Issue
Block a user