chore: update router locales

This commit is contained in:
likui628
2024-08-01 12:53:02 +08:00
parent 3eb528e61d
commit fd03b7c000
6 changed files with 20 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ const routes: RouteRecordRaw[] = [
meta: {
badgeType: 'dot',
link: VBEN_PREVIEW_URL,
title: 'Ant Design 版本',
title: $t('page.vben.antdv'),
},
},
{
@@ -70,7 +70,7 @@ const routes: RouteRecordRaw[] = [
meta: {
badgeType: 'dot',
link: VBEN_ELE_PREVIEW_URL,
title: 'Element Plus 版本',
title: $t('page.vben.element-plus'),
},
},
],