From fa1bd95d533444d7360d1ada127b7a3279a3901f Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Fri, 26 Aug 2022 18:43:56 +0800
Subject: [PATCH] 新增图组等上传支持 新增编辑页

---
 src/components/group/boxLeft.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/group/boxLeft.vue b/src/components/group/boxLeft.vue
index 9512c91..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-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>

--
Gitblit v1.9.1