Refactor #3907 - For TieredMenu

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-26 12:59:21 +03:00
parent 09553cbcd3
commit 3ac7e6ec73
4 changed files with 145 additions and 12 deletions

View file

@ -34,6 +34,12 @@ const TieredMenuProps = [
type: 'boolean',
default: 'true',
description: "Whether to apply 'router-link-active-exact' class if route exactly matches the item path."
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];