This commit is contained in:
Cagatay Civici 2021-08-27 15:46:44 +03:00
parent 558418030f
commit 35974df78b
5 changed files with 46 additions and 8 deletions

View file

@ -4,6 +4,12 @@ const MenubarProps = [
type: "array",
default: "null",
description: "An array of menuitems."
},
{
name: "exact",
type: "boolean",
default: "true",
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
}
];