mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
优化
This commit is contained in:
parent
d4759fecca
commit
5616b9dc32
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<div class="app-views">
|
||||
<router-view v-slot="{ Component }">
|
||||
<!-- <keep-alive :include="caches"> -->
|
||||
<component :is="Component" />
|
||||
<!-- </keep-alive> -->
|
||||
<keep-alive :include="caches">
|
||||
<component :is="Component" />
|
||||
</keep-alive>
|
||||
</router-view>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user