From ca4e3c5fca61b44ac7cfd14050f2777842ed5f4f Mon Sep 17 00:00:00 2001 From: Shaw <1050429181@qq.om> Date: Fri, 4 Jun 2021 22:54:00 +0800 Subject: [PATCH] comment fix bugs 1. clear after comment 2. comment can't be empty 3. comment user head sculpture --- src/component/Comment/CommentForm.vue | 86 ++++++++++++++------------- src/component/Comment/CommentItem.vue | 2 +- 2 files changed, 47 insertions(+), 41 deletions(-) diff --git a/src/component/Comment/CommentForm.vue b/src/component/Comment/CommentForm.vue index cc9f0d9..81f372f 100644 --- a/src/component/Comment/CommentForm.vue +++ b/src/component/Comment/CommentForm.vue @@ -29,49 +29,55 @@ \ No newline at end of file diff --git a/src/component/Comment/CommentItem.vue b/src/component/Comment/CommentItem.vue index bf6275e..643b621 100644 --- a/src/component/Comment/CommentItem.vue +++ b/src/component/Comment/CommentItem.vue @@ -1,7 +1,7 @@