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

@@ -151,9 +151,6 @@ const menu: MenuModule = {
{
path: 'loading',
name: t('routes.demo.comp.loading'),
tag: {
content: 'new',
},
},
{
path: 'tree',
@@ -176,6 +173,9 @@ const menu: MenuModule = {
{
name: t('routes.demo.editor.editor'),
path: 'editor',
tag: {
content: 'new',
},
children: [
{
path: 'markdown',