From 8be895639f0250ced67a4437e7ebf6854d054749 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 24 八月 2022 17:36:20 +0800
Subject: [PATCH] 1.修改小标签打印

---
 src/App.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index ec9032c..b281de5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,6 +1,8 @@
 <template>
   <div id="app">
+    <!--    <keep-alive>-->
     <router-view />
+    <!--    </keep-alive>-->
   </div>
 </template>
 

--
Gitblit v1.9.3