mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Refactor #4739 - For Breadcrumb
This commit is contained in:
parent
a6e06572d0
commit
ad9b437003
5 changed files with 5 additions and 31 deletions
1
components/lib/breadcrumb/Breadcrumb.d.ts
vendored
1
components/lib/breadcrumb/Breadcrumb.d.ts
vendored
|
@ -134,6 +134,7 @@ export interface BreadcrumbProps {
|
|||
home?: MenuItem | undefined;
|
||||
/**
|
||||
* Whether to apply 'router-link-active-exact' class if route exactly matches the item path.
|
||||
* @deprecated since v3.40.0.
|
||||
* @defaultValue true
|
||||
*/
|
||||
exact?: boolean | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue