diff --git a/app/components/CommentSection.vue b/app/components/CommentSection.vue index 7b8ab2a..20e2fd2 100644 --- a/app/components/CommentSection.vue +++ b/app/components/CommentSection.vue @@ -353,7 +353,7 @@ function timeAgo(dateStr: string): string { function formatMentions(content: string) { let html = content.replace(/@(\S+)/g, '@$1') - html = html.replace(/!\[GIF\]\((https?:\/\/[^\s)]+)\)/g, 'GIF') + html = html.replace(/!\[GIF\]\((https?:\/\/[^\s)]+)\)/g, 'GIF') return html } @@ -463,7 +463,7 @@ watch(() => props.slug, () => {
-
+
Ghim bởi Admin
@@ -507,7 +507,7 @@ watch(() => props.slug, () => { class="flex items-center gap-1 text-xs" :class="comment.userVote === 1 ? 'text-cinek-400' : 'text-slate-500 hover:text-slate-300'"> {{ comment.likeCount - }} + }}