mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-24 06:27:19 +00:00
commit
d4942dae02
@ -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 New Issue
Block a user