From 15bd39c66eb9c1942b72fb373fbe16865f715f04 Mon Sep 17 00:00:00 2001
From: lijh <lijh>
Date: Tue, 18 Jan 2022 18:51:45 +0800
Subject: [PATCH] 新的文章组件

---
 src/components/swichLabel/main1-show.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/components/swichLabel/main1-show.vue b/src/components/swichLabel/main1-show.vue
index 1da01f3..1faa4d6 100644
--- a/src/components/swichLabel/main1-show.vue
+++ b/src/components/swichLabel/main1-show.vue
@@ -47,7 +47,7 @@
 						日志
 						<a-icon type="plus-circle" style="margin-left: 0px;" />
 					</a-button>
-					<!-- <tempFormCheck></tempFormCheck> -->
+					<tempBoxActicle></tempBoxActicle>
 					<router-view class="fade"></router-view>
 				</a-col>
 
@@ -61,6 +61,7 @@
 </template>
 
 <script>
+	import tempBoxActicle from "../group/tempBoxActicle.vue"
 	import tempFormCheck from "../group/tempFormCheck.vue"
 	import box10 from "../mini/box10-add.vue"
 	import boxLeft from "../group/boxLeft.vue"
@@ -71,6 +72,7 @@
 	export default {
 
 		components: {
+			tempBoxActicle,
 			tempFormCheck,
 			box10,
 			boxLeft,

--
Gitblit v1.9.1