Refactor #3907 - For MegaMenu

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-26 12:57:55 +03:00
parent 9e1903bbbe
commit f6c1efe793
4 changed files with 170 additions and 18 deletions

View file

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