mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
#1275 for ContextMenu
This commit is contained in:
parent
35974df78b
commit
23970ebedf
5 changed files with 44 additions and 7 deletions
|
@ -28,6 +28,12 @@ const ContextMenuProps = [
|
|||
type: "boolean",
|
||||
default: "false",
|
||||
description: "Attaches the menu to document instead of a particular item."
|
||||
},
|
||||
{
|
||||
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