Browse Source

✅feat:Reconstruction of grassland layout

chuzhixin 4 years ago
parent
commit
c09a9cff07
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/layouts/components/AppMain/index.vue

+ 3 - 2
src/layouts/components/AppMain/index.vue

@@ -1,5 +1,6 @@
 <template>
-  <section v-if="routerView" class="app-main-container">
+  <div v-if="routerView" class="app-main-container">
+    <github-corner />
     <transition mode="out-in" name="fade-transform">
       <keep-alive :include="cachedRoutes" :max="keepAliveMaxNum">
         <router-view :key="key" class="app-main-height" />
@@ -10,7 +11,7 @@
       <vab-icon :icon="['fas', 'copyright']"></vab-icon>
       xxx-项目 {{ fullYear }}
     </footer>
-  </section>
+  </div>
 </template>
 
 <script>