Refactor #3832 Refactor #3833 - For Breadcrumb

This commit is contained in:
mertsincan 2023-04-17 08:42:20 +03:00
parent 04af30b015
commit 46f63c068e
4 changed files with 25 additions and 7 deletions

View file

@ -27,6 +27,10 @@ const BreadcrumbSlots = [
{
name: 'separator',
description: 'Custom separator template.'
},
{
name: 'itemicon',
description: 'Custom item icon template.'
}
];