sen
4 天以前 0e65072ebd873f4682a45aaca189c958913ab5ba
ui/admin-ui3/src/layout/components/AppMain.vue
@@ -1,11 +1,12 @@
<template>
  <section class="app-main">
    <router-view v-slot="{ Component, route }">
      <transition>
        <keep-alive :include="cachedViews">
<!--      <transition>-->
  <!-- :include="cachedViews" -->
        <keep-alive >
          <component :is="Component" :key="route.fullPath" />
        </keep-alive>
      </transition>
<!--      </transition>-->
    </router-view>
  </section>
</template>