make sure markdown is rendered only once

This commit is contained in:
Johann150 2023-02-24 19:02:52 +01:00
parent 1766ae1e0f
commit ada0a7fa5a
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -9,7 +9,7 @@
<img v-if="page.eyeCatchingImageId" :src="page.eyeCatchingImage.url"/>
</div>
<div class="content" :class="{ center: page.alignCenter, serif: page.font === 'serif' }">
<Markdown :text="page.text" :is-note="false"/>
<Markdown v-once :text="page.text" :is-note="false"/>
</div>
<div class="actions">
<div class="like">