From f5a6785ae5a1d534047a1d35b3c43e6e8665acac Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Fri, 15 Apr 2022 15:47:11 +0800
Subject: [PATCH] gx

---
 src/App.vue |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 17e8591..363f3cc 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,19 +1,14 @@
 <template>
-  <Index></Index>
+  <router-view></router-view>
 </template>
 
 <script>
-import Index from './pages/index/index'
-
 export default {
-  name: 'App',
-  components: {
-    Index
-  }
+  name: 'App'
 }
 </script>
 
-<style>
+<style >
 #app {
   font-family: ui-rounded,SF Pro Rounded,SF Pro Text,medium-content-sans-serif-font,-apple-system,BlinkMacSystemFont,ui-sans-serif,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
   -webkit-font-smoothing: antialiased;

--
Gitblit v1.9.1