feat: Add import

This commit is contained in:
lejianwen
2025-03-15 21:00:07 +08:00
parent cb7837e6e7
commit f822e5bebf
4 changed files with 1019 additions and 560 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<el-main class="app-main">
<router-view v-slot="{ Component }">
<transition mode="out-in" name="el-fade-in-linear">
<keep-alive :include="[...cachedTags]">
<keep-alive :include="cachedTags">
<component :is="Component"/>
</keep-alive>
</transition>