Skip to content

Commit 76c29b6

Browse files
committed
Merge branch 'next' of github.com:vueComponent/ant-design-vue into next
2 parents b144109 + dbbe345 commit 76c29b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/breadcrumb/Breadcrumb.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const BreadcrumbProps = {
2020
separator: PropTypes.VNodeChild,
2121
itemRender: {
2222
type: Function as PropType<
23-
(route: Route, params: any, routes: Array<Route>, paths: Array<string>) => VueNode
23+
(opt: { route: Route; params: any; routes: Route[]; paths: string[] }) => VueNode
2424
>,
2525
},
2626
};

0 commit comments

Comments
 (0)