Merge pull request #1421 from Bnyro/comments

urlify comments
This commit is contained in:
Bnyro
2022-09-10 19:16:11 +02:00
committed by GitHub

View File

@@ -23,7 +23,7 @@
</div>
<div class="comment-meta text-sm mb-1.5" v-text="comment.commentedTime" />
</div>
<div class="whitespace-pre-wrap" v-text="comment.commentText" />
<div class="whitespace-pre-wrap" v-html="urlify(comment.commentText)" />
<div class="comment-footer mt-1 flex">
<div class="i-fa-solid:thumbs-up" />
<span class="ml-1" v-text="numberFormat(comment.likeCount)" />