mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 18:48:31 +01:00
fix(frontend): fix MFM doesn't work in main column name
This commit is contained in:
parent
10dbd8f07f
commit
896352bdfd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<template #header>
|
||||
<template v-if="pageMetadata">
|
||||
<i :class="pageMetadata.icon"></i>
|
||||
{{ pageMetadata.title }}
|
||||
<Mfm :text="pageMetadata.title" :plain="true"/>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue