mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-27 22:30:28 +08:00
fix lint
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user