Refactor #3907 - For ContextMenu

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

View file

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