wujianwei
2025-08-15 956a7114f86e2cd2caf713a9b286109b8b6e97ab
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>