#1275 for PanelMenu

This commit is contained in:
Cagatay Civici 2021-08-27 16:31:55 +03:00
parent 22521d5817
commit 23f842e203
5 changed files with 53 additions and 10 deletions

View file

@ -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."
}
];