zhangback
2026-01-26 6705efe18a3d82c1baf4130e74872f2509af760f
ui/admin-ui3/src/layout/components/AppMain.vue
@@ -1,11 +1,11 @@
<template>
  <section class="app-main">
    <router-view v-slot="{ Component, route }">
      <transition>
<!--      <transition>-->
        <keep-alive :include="cachedViews">
          <component :is="Component" :key="route.fullPath" />
        </keep-alive>
      </transition>
<!--      </transition>-->
    </router-view>
  </section>
</template>