马宇豪
2023-12-19 d5f70e01396783b1d2b84b49344b6d2798eb1097
src/views/layout/components/AppMain.vue
@@ -2,7 +2,7 @@
  <section class="app-main">
    <transition name="fade-transform" mode="out-in">
      <keep-alive :include="cachedViews">
        <router-view :key="key" />
        <router-view :key="key"/>
      </keep-alive>
    </transition>
  </section>