Commit c09a9cff by chuzhixin

feat:Reconstruction of grassland layout

parent 908ebaa7
<template> <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"> <transition mode="out-in" name="fade-transform">
<keep-alive :include="cachedRoutes" :max="keepAliveMaxNum"> <keep-alive :include="cachedRoutes" :max="keepAliveMaxNum">
<router-view :key="key" class="app-main-height" /> <router-view :key="key" class="app-main-height" />
...@@ -10,7 +11,7 @@ ...@@ -10,7 +11,7 @@
<vab-icon :icon="['fas', 'copyright']"></vab-icon> <vab-icon :icon="['fas', 'copyright']"></vab-icon>
xxx-项目 {{ fullYear }} xxx-项目 {{ fullYear }}
</footer> </footer>
</section> </div>
</template> </template>
<script> <script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment