feat: add titles for settings
This commit is contained in:
parent
9a167ee990
commit
377c015c91
11 changed files with 66 additions and 7 deletions
|
@ -9,6 +9,12 @@ definePageMeta({
|
|||
keepalive: false,
|
||||
})
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
useHeadFixed({
|
||||
title: () => `${t('settings.profile.appearance.title')} | ${t('nav.settings')}`,
|
||||
})
|
||||
|
||||
const account = $computed(() => currentUser.value?.account)
|
||||
|
||||
const onlineSrc = $computed(() => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue