From 2f72cf1a3a30b665619e7fcaa2657e225598554e Mon Sep 17 00:00:00 2001
From: flowstocktrading <tsm1258011@proton.me>
Date: Thu, 03 Nov 2022 18:22:54 +0800
Subject: [PATCH] 备份

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

diff --git a/src/App.vue b/src/App.vue
index 565493a..5aeea6b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -18,11 +18,16 @@
         <router-view></router-view>
       </transition>
     </div>
+    <foot></foot>
   </div>
 </template>
 
 <script>
+  import foot from "@/components/foot.vue";
 export default {
+  components: {
+    foot,
+    },
   name: "App",
   created() {
     let title = this.$route.meta.title || "首页";

--
Gitblit v1.9.3