mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
#1275 for breadcrumb
This commit is contained in:
parent
bede50d494
commit
1bdf46a22c
6 changed files with 44 additions and 8 deletions
|
@ -10,6 +10,12 @@ const BreadcrumbProps = [
|
|||
type: "menuitem",
|
||||
default: "null",
|
||||
description: "Configuration for the home icon."
|
||||
},
|
||||
{
|
||||
name: "exact",
|
||||
type: "boolean",
|
||||
default: "true",
|
||||
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue