#1275 for TieredMenu

This commit is contained in:
Cagatay Civici 2021-08-27 15:04:48 +03:00
parent 1bdf46a22c
commit 05565212bc
5 changed files with 44 additions and 7 deletions

View file

@ -28,6 +28,12 @@ const TieredMenuProps = [
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."
}
];