mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:13:40 +08:00
feat: add tag display to the menu
This commit is contained in:
@@ -4,10 +4,16 @@ const menu: MenuModule = {
|
||||
menu: {
|
||||
name: 'Dashboard',
|
||||
path: '/dashboard',
|
||||
// tag: {
|
||||
// dot: true,
|
||||
// },
|
||||
children: [
|
||||
{
|
||||
path: '/workbench',
|
||||
name: '工作台',
|
||||
// tag: {
|
||||
// content: 'new',
|
||||
// },
|
||||
},
|
||||
{
|
||||
path: '/analysis',
|
||||
|
Reference in New Issue
Block a user