|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<section class="app-main">
|
|
<section class="app-main">
|
|
|
<router-view v-slot="{ Component, route }">
|
|
<router-view v-slot="{ Component, route }">
|
|
|
- <keep-alive v-if="!route.meta.noCache" :include="tagsViewStore.cachedViews">
|
|
|
|
|
|
|
+ <keep-alive v-if="!route.meta.noCache" :include="[]">
|
|
|
<component :is="Component" v-if="!route.meta.link" :key="route.path" />
|
|
<component :is="Component" v-if="!route.meta.link" :key="route.path" />
|
|
|
</keep-alive>
|
|
</keep-alive>
|
|
|
<transition v-if="route.meta.noCache" :enter-active-class="animante" mode="out-in">
|
|
<transition v-if="route.meta.noCache" :enter-active-class="animante" mode="out-in">
|