mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
✅feat:Reconstruction of grassland layout
This commit is contained in:
parent
908ebaa7b1
commit
c09a9cff07
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user