Merge branch 'next' of github.com:vueComponent/ant-design-vue into next
commit
76c29b6a56
|
@ -20,7 +20,7 @@ const BreadcrumbProps = {
|
|||
separator: PropTypes.VNodeChild,
|
||||
itemRender: {
|
||||
type: Function as PropType<
|
||||
(route: Route, params: any, routes: Array<Route>, paths: Array<string>) => VueNode
|
||||
(opt: { route: Route; params: any; routes: Route[]; paths: string[] }) => VueNode
|
||||
>,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue