mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
#1275 for Steps
This commit is contained in:
parent
30a1d5c72d
commit
a023df876c
4 changed files with 38 additions and 3 deletions
|
@ -16,6 +16,12 @@ const StepsProps = [
|
|||
type: "boolean",
|
||||
default: "true",
|
||||
description: "Whether the items are clickable or not."
|
||||
},
|
||||
{
|
||||
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