This commit is contained in:
Cagatay Civici 2021-08-27 16:41:51 +03:00
parent 23f842e203
commit 30a1d5c72d
5 changed files with 48 additions and 39 deletions

View file

@ -22,6 +22,12 @@ const DockProps = [
type: "object",
default: "null",
description: "Inline style of the element."
},
{
name: "exact",
type: "boolean",
default: "true",
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
}
];