Refactor #3907 - For PanelMenu

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-26 12:58:36 +03:00
parent 2dd290d526
commit bc70f24f15
5 changed files with 166 additions and 25 deletions

View file

@ -16,6 +16,12 @@ const PanelMenuProps = [
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.'
}
];