perf: optimize the naming of locale key
This commit is contained in:
@@ -60,7 +60,7 @@ const essentialsRoutes: RouteRecordRaw[] = [
|
||||
component: () =>
|
||||
import('#/views/_essential/authentication/qrcode-login.vue'),
|
||||
meta: {
|
||||
title: $t('page.essentials.qrcode-login'),
|
||||
title: $t('page.essentials.qrcodeLogin'),
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -69,7 +69,7 @@ const essentialsRoutes: RouteRecordRaw[] = [
|
||||
component: () =>
|
||||
import('#/views/_essential/authentication/forget-password.vue'),
|
||||
meta: {
|
||||
title: $t('page.essentials.forget-password'),
|
||||
title: $t('page.essentials.forgetPassword'),
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user