mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:13:40 +08:00
perf(use-message): fix typo
This commit is contained in:
@@ -25,10 +25,6 @@ const menu: MenuModule = {
|
||||
path: 'not-data',
|
||||
name: '无数据',
|
||||
},
|
||||
{
|
||||
path: 'error-log',
|
||||
name: '错误日志',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
@@ -45,6 +45,10 @@ const menu: MenuModule = {
|
||||
path: 'full-screen',
|
||||
name: '全屏',
|
||||
},
|
||||
{
|
||||
path: 'error-log',
|
||||
name: '错误日志',
|
||||
},
|
||||
{
|
||||
path: 'testTab',
|
||||
name: '带参Tab',
|
||||
|
Reference in New Issue
Block a user