feat: add page title for compose page (#1157)
This commit is contained in:
parent
e9479da2a2
commit
bfcdd02a0a
4 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
<script setup lang="ts">
|
||||
const { t } = useI18n()
|
||||
useHeadFixed({
|
||||
title: () => t('nav.compose'),
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<PublishWidgetFull />
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue