mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #830 - Improve active route detection in TabMenu
This commit is contained in:
parent
7bb54c6800
commit
0a52948b4c
4 changed files with 44 additions and 30 deletions
|
@ -4,6 +4,12 @@ const TabMenuProps = [
|
|||
type: "array",
|
||||
default: "null",
|
||||
description: "An array of menuitems."
|
||||
},
|
||||
{
|
||||
name: "exact",
|
||||
type: "boolean",
|
||||
default: true,
|
||||
description: "Defines if active route highlight should match the exact route path."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue