fix(frontend): fix MFM doesn't work in main column name
This commit is contained in:
parent
10dbd8f07f
commit
896352bdfd
|
@ -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 New Issue