chore: avoid useHead naming conflicts

This commit is contained in:
Anthony Fu 2022-11-30 06:49:25 +08:00
parent 0acc0f7689
commit 98a647f8ca
16 changed files with 19 additions and 18 deletions

View file

@ -5,7 +5,7 @@ onBeforeUnmount(() => stream.disconnect())
const { t } = useI18n()
useHead({
useHeadFixed({
title: () => t('title.federated_timeline'),
})
</script>

View file

@ -5,7 +5,7 @@ onBeforeUnmount(() => stream.disconnect())
const { t } = useI18n()
useHead({
useHeadFixed({
title: () => t('title.local_timeline'),
})
</script>