docs: update dropdown demo text (#25864)

This commit is contained in:
xrkffgg 2020-07-28 20:07:09 +08:00 committed by GitHub
parent 44b51dc2b7
commit a204c7fc0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ const menu = (
2nd menu item
</Menu.Item>
<Menu.Item key="3" icon={<UserOutlined />}>
3rd item
3rd menu item
</Menu.Item>
</Menu>
);