mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
#1275 for PanelMenu
This commit is contained in:
parent
22521d5817
commit
23f842e203
5 changed files with 53 additions and 10 deletions
|
@ -10,6 +10,12 @@ const PanelMenuProps = [
|
|||
type: "array",
|
||||
default: "null",
|
||||
description: "A map of keys to represent the expansion state in controlled mode."
|
||||
},
|
||||
{
|
||||
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