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