mo 4 年 前
コミット
533dac3121

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/index.html


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/app.2c972a6f.css


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.4be36896.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.f3bc84bc.js


+ 3 - 3
src/layout/components/AppMain.vue

@@ -3,9 +3,9 @@
     <!--   -->
     <!--   -->
     <transition name="fade-transform"
     <transition name="fade-transform"
                 mode="out-in">
                 mode="out-in">
-      <keep-alive>
-        <router-view :key="key" />
-      </keep-alive>
+      <!-- <keep-alive> -->
+      <router-view :key="key" />
+      <!-- </keep-alive> -->
     </transition>
     </transition>
   </section>
   </section>
 </template>
 </template>

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません