mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
urlify comments
This commit is contained in:
parent
e4446cd7e9
commit
04a237aa58
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="comment-meta text-sm mb-1.5" v-text="comment.commentedTime" />
|
<div class="comment-meta text-sm mb-1.5" v-text="comment.commentedTime" />
|
||||||
</div>
|
</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="comment-footer mt-1 flex">
|
||||||
<div class="i-fa-solid:thumbs-up" />
|
<div class="i-fa-solid:thumbs-up" />
|
||||||
<span class="ml-1" v-text="numberFormat(comment.likeCount)" />
|
<span class="ml-1" v-text="numberFormat(comment.likeCount)" />
|
||||||
|
|
Loading…
Reference in a new issue