🐛 Fix bugs

This commit is contained in:
2024-03-11 23:55:00 +08:00
parent 73aaa6af56
commit 4d593fa20a
2 changed files with 10 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
:is="props.brief ? RouterLink : 'div'"
:to="{ name: 'posts.details.moments', params: { alias: props.item?.alias } }"
>
<article class="prose prose-moment" v-html="parseContent(props.item?.content ?? '')" />
<article class="prose prose-moment max-w-none" v-html="parseContent(props.item?.content ?? '')" />
</component>
</template>