mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
#1254 for Dock
This commit is contained in:
parent
23f842e203
commit
30a1d5c72d
5 changed files with 48 additions and 39 deletions
|
@ -22,6 +22,12 @@ const DockProps = [
|
|||
type: "object",
|
||||
default: "null",
|
||||
description: "Inline style of the element."
|
||||
},
|
||||
{
|
||||
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