mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
docs: fix typo of Menu items code example (#35832)
This commit is contained in:
parent
b46e839a5f
commit
cfd25f9650
@ -33,7 +33,7 @@ const items = [
|
||||
{ label: 'item 2', key: 'item-2' }, // which is required
|
||||
{
|
||||
label: 'sub menu',
|
||||
key: 'submenu'
|
||||
key: 'submenu',
|
||||
children: [{ label: 'item 3', key: 'submenu-item-1' }],
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user