From 3bf9644c512d06257095f7714491d396855efbb8 Mon Sep 17 00:00:00 2001 From: Shxuuer Date: Tue, 16 Apr 2024 13:10:43 +0800 Subject: [PATCH] feat(comment like): add comment like function --- src/components/Articles/CommentList.vue | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/components/Articles/CommentList.vue b/src/components/Articles/CommentList.vue index d52e5ae..9fc7f65 100644 --- a/src/components/Articles/CommentList.vue +++ b/src/components/Articles/CommentList.vue @@ -51,6 +51,9 @@ @@ -83,9 +86,11 @@