mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 09:18:33 +08:00
feat(breadcrumb): add breadcrumb demo #143
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user