mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
#1275 for menu
This commit is contained in:
parent
26eba9e055
commit
16fe00529e
5 changed files with 41 additions and 7 deletions
|
@ -28,6 +28,12 @@ const MenuProps = [
|
|||
type: "boolean",
|
||||
default: "true",
|
||||
description: "Whether to automatically manage layering."
|
||||
},
|
||||
{
|
||||
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