mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
移除 transition
This commit is contained in:
parent
f5ca761ed1
commit
644bce8cfe
@ -2,9 +2,7 @@
|
|||||||
<div class="app-views" v-if="!app.loading">
|
<div class="app-views" v-if="!app.loading">
|
||||||
<router-view v-slot="{ Component }">
|
<router-view v-slot="{ Component }">
|
||||||
<keep-alive :include="caches">
|
<keep-alive :include="caches">
|
||||||
<transition name="el-fade-in-linear">
|
|
||||||
<component :is="Component" />
|
<component :is="Component" />
|
||||||
</transition>
|
|
||||||
</keep-alive>
|
</keep-alive>
|
||||||
</router-view>
|
</router-view>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user