.
This commit is contained in:
parent
446f9925c8
commit
a7c588986b
@ -96,7 +96,7 @@
|
||||
<td class="cursor-pointer">
|
||||
<div class="d-flex flex-wrap align-items-center">
|
||||
{{ truncateTitle(post.title) }}
|
||||
<span v-if="post.commentCount" class="comment-count">[ {{ post.commentCount }} ]</span>
|
||||
<span v-if="post.commentCount" class="comment-count text-danger">[ {{ post.commentCount }} ]</span>
|
||||
<i v-if="post.img" class="bi bi-image mx-1"></i>
|
||||
<i
|
||||
v-if="Array.isArray(post.hasAttachment) && post.hasAttachment.length > 0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user