This commit is contained in:
Cagatay Civici 2021-08-27 16:47:45 +03:00
parent 30a1d5c72d
commit a023df876c
4 changed files with 38 additions and 3 deletions

View file

@ -16,6 +16,12 @@ const StepsProps = [
type: "boolean",
default: "true",
description: "Whether the items are clickable or not."
},
{
name: "exact",
type: "boolean",
default: "true",
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
}
];