chore: avoid useHead
naming conflicts
This commit is contained in:
parent
0acc0f7689
commit
98a647f8ca
16 changed files with 19 additions and 18 deletions
|
@ -5,7 +5,7 @@ onBeforeUnmount(() => stream.disconnect())
|
|||
|
||||
const { t } = useI18n()
|
||||
|
||||
useHead({
|
||||
useHeadFixed({
|
||||
title: () => t('title.federated_timeline'),
|
||||
})
|
||||
</script>
|
||||
|
|
|
@ -5,7 +5,7 @@ onBeforeUnmount(() => stream.disconnect())
|
|||
|
||||
const { t } = useI18n()
|
||||
|
||||
useHead({
|
||||
useHeadFixed({
|
||||
title: () => t('title.local_timeline'),
|
||||
})
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue