From 9c695b19fc896c497c20bda6089f824c1705836c Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Mon, 28 Feb 2022 21:12:42 +0800
Subject: [PATCH] 添加md预览弹窗

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

diff --git a/src/components/swichLabel/main4-show.vue b/src/components/swichLabel/main4-show.vue
index a56705d..1150902 100644
--- a/src/components/swichLabel/main4-show.vue
+++ b/src/components/swichLabel/main4-show.vue
@@ -3,7 +3,9 @@
 		<a-row>
 			<a-col v-bind="colApiMain " class="holdHeight">
 				<a-page-header title="朋友们" style="padding: 0px;" @back="() => this.$router.go(-1)" />
-				<boxFriend></boxFriend>
+				<keep-alive>
+					<boxFriend></boxFriend>
+				</keep-alive>
 			</a-col>
 		</a-row>
 	</div>

--
Gitblit v1.9.1