From 1169d092f3c0976a9af3dc79c3feb8057da17146 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Mon, 15 Aug 2022 18:45:38 +0800
Subject: [PATCH] 评论表情添加

---
 src/components/group/boxLeft.vue |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/src/components/group/boxLeft.vue b/src/components/group/boxLeft.vue
index 7d8ab19..f75aba0 100644
--- a/src/components/group/boxLeft.vue
+++ b/src/components/group/boxLeft.vue
@@ -1,13 +1,13 @@
 <template>
-	<div  class="blog-left-side fadeInLeft">
+	<div class="blog-left-side fadeInLeft">
 		<div class="blog-cell">
-			<box1></box1>
+			<box1 ></box1>
 		</div>
 		<div class="blog-cell">
-			<box2></box2>
+			<box2 ></box2>
 		</div>
 		<div class="blog-cell">
-			<box3></box3>
+			<box3 ></box3>
 		</div>
 	</div>
 </template>
@@ -22,9 +22,5 @@
 			box2,
 			box3,
 		},
-		data() {
-			return {}
-		}
 	}
 </script>
-

--
Gitblit v1.9.1