wujianwei
2025-09-05 abb51ab390fa6cf9bf3747f57576c1507f89ae00
ui/admin-ui3/src/layout/components/AppMain.vue
@@ -1,7 +1,7 @@
<template>
  <section class="app-main">
    <router-view v-slot="{ Component, route }">
      <transition name="fade-transform" mode="out-in">
      <transition >
        <keep-alive :include="cachedViews">
          <component :is="Component" :key="route.path" />
        </keep-alive>