feat(breadcrumb): add breadcrumb demo #143

This commit is contained in:
vben
2020-12-24 22:02:24 +08:00
parent 930383f9ae
commit 819bcbe526
26 changed files with 313 additions and 74 deletions

View File

@@ -19,6 +19,7 @@ const menu: MenuModule = {
path: 'tabs',
name: t('routes.demo.feat.tabs'),
},
{
path: 'context-menu',
name: t('routes.demo.feat.contextMenu'),
@@ -85,6 +86,27 @@ const menu: MenuModule = {
},
],
},
{
name: t('routes.demo.feat.breadcrumb'),
path: 'breadcrumb',
tag: {
content: 'new',
},
children: [
{
path: 'flat',
name: t('routes.demo.feat.breadcrumbFlat'),
},
{
path: 'flatDetail',
name: t('routes.demo.feat.breadcrumbFlatDetail'),
},
{
path: 'children',
name: t('routes.demo.feat.breadcrumbChildrenDetail'),
},
],
},
{
path: 'testTab',
name: t('routes.demo.feat.tab'),