|
@@ -15,9 +15,7 @@
|
|
|
appear
|
|
|
>
|
|
|
<keep-alive v-if="openCache" :include="getCaches">
|
|
|
- <div :key="route.name">
|
|
|
- <component :is="Component" :key="route.fullPath" />
|
|
|
- </div>
|
|
|
+ <component :is="Component" :key="route.fullPath" />
|
|
|
</keep-alive>
|
|
|
<div v-else :key="route.name">
|
|
|
<component :is="Component" :key="route.fullPath" />
|