1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-07 17:00:23 +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">
<component :is="Component" :key="route.fullPath" />
</keep-alive>
<div v-else :key="route.name">
<div v-else :key="route.name || 'N/A'">
<component :is="Component" :key="route.fullPath" />
</div>
</transition>