mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 03:45:08 +08:00
chore: update router locales
This commit is contained in:
@@ -60,7 +60,7 @@ const routes: RouteRecordRaw[] = [
|
||||
meta: {
|
||||
badgeType: 'dot',
|
||||
link: VBEN_NAIVE_PREVIEW_URL,
|
||||
title: 'Naive UI 版本',
|
||||
title: $t('page.vben.naive-ui'),
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -70,7 +70,7 @@ const routes: RouteRecordRaw[] = [
|
||||
meta: {
|
||||
badgeType: 'dot',
|
||||
link: VBEN_ELE_PREVIEW_URL,
|
||||
title: 'Element Plus 版本',
|
||||
title: $t('page.vben.element-plus'),
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user