urlify comments

This commit is contained in:
Bnyro 2022-09-10 19:15:38 +02:00
parent e4446cd7e9
commit 04a237aa58
1 changed files with 1 additions and 1 deletions

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)" />