1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-27 14:20:29 +08:00
This commit is contained in:
源文雨
2023-03-12 20:06:12 +08:00
parent 85f70258c2
commit 711aba6df5

View File

@@ -17,7 +17,7 @@
<keep-alive v-if="openCache" :include="getCaches"> <keep-alive v-if="openCache" :include="getCaches">
<component :is="Component" :key="route.fullPath" /> <component :is="Component" :key="route.fullPath" />
</keep-alive> </keep-alive>
<div v-else :key="route.name"> <div v-else :key="route.name || 'N/A'">
<component :is="Component" :key="route.fullPath" /> <component :is="Component" :key="route.fullPath" />
</div> </div>
</transition> </transition>