diff --git a/app/components/CommentReplies.vue b/app/components/CommentReplies.vue new file mode 100644 index 0000000..79d024c --- /dev/null +++ b/app/components/CommentReplies.vue @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + ADMIN + {{ reply.userName }} + Ẩn + danh + {{ reply.timeAgo || '' }} + + {{ reply.content }} + + + {{ reply.likeCount || 0 }} + + + {{ reply.dislikeCount || 0 }} + + + Trả lời + + + + + + + + + + + + + + + + Công khai + + + + Ẩn danh + + + + Trả lời + + Hủy + + + + + + + + + + + + + diff --git a/app/components/CommentSection.vue b/app/components/CommentSection.vue index d240d55..a48790e 100644 --- a/app/components/CommentSection.vue +++ b/app/components/CommentSection.vue @@ -1,5 +1,5 @@
{{ reply.content }}