diff --git a/src/pages/index.vue b/src/pages/index.vue index 1cc91359..4d3507eb 100755 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -14,7 +14,7 @@ const { t } = useI18n() en-GB: - to-userpage: to my profile + to-userpage: to profile zh-CN: to-userpage: 用户页面 @@ -28,7 +28,7 @@ zh-CN: {{ config.title }}

- {{ t('landing.content', { title: config.title }) }} + {{ $t('landing.content', { title: config.title }) }}

@@ -43,7 +43,7 @@ zh-CN: {{ t('to-userpage') }} - {{ t('titles.settings').toLocaleLowerCase() }} + {{ $t('titles.settings').toLocaleLowerCase() }}