fix(frontend): fix MFM doesn't work in main column name

This commit is contained in:
zyoshoka 2024-08-14 16:06:05 +09:00
parent 10dbd8f07f
commit 896352bdfd
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #header> <template #header>
<template v-if="pageMetadata"> <template v-if="pageMetadata">
<i :class="pageMetadata.icon"></i> <i :class="pageMetadata.icon"></i>
{{ pageMetadata.title }} <Mfm :text="pageMetadata.title" :plain="true"/>
</template> </template>
</template> </template>