移除 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">
<router-view v-slot="{ Component }">
<keep-alive :include="caches">
<transition name="el-fade-in-linear">
<component :is="Component" />
</transition>
</keep-alive>
</router-view>
</div>