From 9ef1a6c17024910898d3ea81094ae7d53a1dcfaa Mon Sep 17 00:00:00 2001 From: Shaw <1050429181@qq.om> Date: Thu, 10 Jun 2021 13:28:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=84=E8=AE=BA=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=8D=A2=E8=A1=8C=E6=98=BE=E7=A4=BA+=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/Comment/CommentItem.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/component/Comment/CommentItem.vue b/src/component/Comment/CommentItem.vue index 643b621..9ecb6cd 100644 --- a/src/component/Comment/CommentItem.vue +++ b/src/component/Comment/CommentItem.vue @@ -9,15 +9,21 @@ {{ comment.username }} {{ comment.createTime | date }}
- {{ comment.content }} + {{ comment.content }} +

-