优化样式
This commit is contained in:
parent
8339506c93
commit
4adbc125b2
22
src/App.vue
22
src/App.vue
|
|
@ -5,17 +5,17 @@
|
|||
<left-menu />
|
||||
</div>
|
||||
<div :class="{ view: route.path != '/login' }">
|
||||
<div class="wrapper">
|
||||
<div class="animation">
|
||||
<router-view v-slot="{ Component }">
|
||||
<!-- <transition :name="transitionName"> -->
|
||||
<keep-alive :include="includeList">
|
||||
<component :is="Component"></component>
|
||||
</keep-alive>
|
||||
<!-- </transition> -->
|
||||
</router-view>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="wrapper">
|
||||
<div class="animation"> -->
|
||||
<router-view v-slot="{ Component }">
|
||||
<!-- <transition :name="transitionName"> -->
|
||||
<keep-alive :include="includeList">
|
||||
<component :is="Component"></component>
|
||||
</keep-alive>
|
||||
<!-- </transition> -->
|
||||
</router-view>
|
||||
<!-- </div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</el-config-provider>
|
||||
|
|
|
|||
Loading…
Reference in New Issue