后期修改完善,上线版本
This commit is contained in:
@ -3,7 +3,10 @@
|
||||
<div id="default-layout">
|
||||
<Header></Header>
|
||||
<div id="home-container">
|
||||
<Nuxt />
|
||||
<keep-alive>
|
||||
<Nuxt v-if="$route.meta.keepAlive" />
|
||||
</keep-alive>
|
||||
<Nuxt v-if="!$route.meta.keepAlive" />
|
||||
</div>
|
||||
<Footer></Footer>
|
||||
|
||||
@ -59,7 +62,6 @@ export default {
|
||||
|
||||
#home-container {
|
||||
width: 100%;
|
||||
// min-height: 100vh;
|
||||
|
||||
background-color: $background-color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user