sen
2026-03-26 030b6b200408629f2d957ff3ff9a930ff0b62a6a
ui/admin-ui3/src/layout/components/AppMain.vue
@@ -2,7 +2,8 @@
  <section class="app-main">
    <router-view v-slot="{ Component, route }">
<!--      <transition>-->
        <keep-alive :include="cachedViews">
  <!-- :include="cachedViews" -->
        <keep-alive >
          <component :is="Component" :key="route.fullPath" />
        </keep-alive>
<!--      </transition>-->