Refactor #3832 Refactor #3833 - For ContextMenu

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-05 14:56:05 +03:00
parent de3aac4fa2
commit cbb5faf1ea
4 changed files with 25 additions and 6 deletions

View file

@ -73,6 +73,15 @@ export interface ContextMenuSlots {
*/
item: MenuItem;
}): VNode[];
/**
* Custom submenu icon template.
*/
submenuicon(scope: {
/**
* Whether item is active
*/
active: boolean;
}): VNode[];
}
/**