We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef874b commit dbbe345Copy full SHA for dbbe345
components/breadcrumb/Breadcrumb.tsx
@@ -20,7 +20,7 @@ const BreadcrumbProps = {
20
separator: PropTypes.VNodeChild,
21
itemRender: {
22
type: Function as PropType<
23
- (route: Route, params: any, routes: Array<Route>, paths: Array<string>) => VueNode
+ (opt: { route: Route; params: any; routes: Route[]; paths: string[] }) => VueNode
24
>,
25
},
26
};
0 commit comments