Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 5e352a1

Browse files
committed
fix: update the Breadcrumb types
1 parent 753075a commit 5e352a1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

packages/ui/xconsole-rc-page-header/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export interface INavProps {
1313

1414
interface IBreadcrumbItem extends React.AnchorHTMLAttributes<HTMLAnchorElement> {
1515
text: string;
16+
link?: string;
1617
to?: string;
1718
}
1819

packages/ui/xconsole-rc-page/src/Breadcrumb/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { Link } from 'dva/router';
55

66
export interface IBreadcrumbItem extends React.AnchorHTMLAttributes<HTMLAnchorElement> {
77
text: string;
8+
link?: string;
89
to?: string;
910
}
1011

packages/xconsole/xconsole.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"2.3.28"}
1+
{"version":"2.3.29"}

0 commit comments

Comments
 (0)