mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
Fix docs (#16637)
This commit is contained in:
parent
9308f19314
commit
a3e8fe3dc8
@ -31,7 +31,7 @@ title: Breadcrumb
|
||||
| href | 链接的目的地 | string | - |
|
||||
| separator | 自定义的分隔符 | string\|ReactNode | '/' |
|
||||
| overlay | 下来菜单的内容 | [Menu](/components/menu) \| () => Menu | - |
|
||||
| onClick | 单击事件 | (e:MouseEventHandler)=>void | - |
|
||||
| onClick | 单击事件 | (e:MouseEvent)=>void | - |
|
||||
|
||||
### routes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user