This commit is contained in:
icssoa 2022-08-01 14:18:10 +08:00
parent d4759fecca
commit 5616b9dc32

View File

@ -1,9 +1,9 @@
<template> <template>
<div class="app-views"> <div class="app-views">
<router-view v-slot="{ Component }"> <router-view v-slot="{ Component }">
<!-- <keep-alive :include="caches"> --> <keep-alive :include="caches">
<component :is="Component" /> <component :is="Component" />
<!-- </keep-alive> --> </keep-alive>
</router-view> </router-view>
</div> </div>
</template> </template>