Refactor #3832 Refactor #3833 - For TabMenu

This commit is contained in:
mertsincan 2023-04-17 09:34:43 +03:00
parent 3ed2355a45
commit 4858a1fc94
3 changed files with 20 additions and 2 deletions

View file

@ -42,6 +42,10 @@ const TabMenuSlots = [
{
name: 'item',
description: 'Template of a menuitem.'
},
{
name: 'itemicon',
description: 'Custom item icon template.'
}
];