zhangback
2026-01-26 3e3cd7ad6d3787dac450deef5d5173de11abab94
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>