移除 transition

This commit is contained in:
icssoa 2022-04-13 09:46:32 +08:00
parent f5ca761ed1
commit 644bce8cfe

View File

@ -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>