Skip to content

Commit

Permalink
fix: prevent cache nested route temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed Oct 8, 2018
1 parent ccc1698 commit 31c0d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout/Admin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<app-header @toggleAside="toggleAside"></app-header>

<transition name="fade" mode="out-in">
<keep-alive :exclude="['form-step-index']">
<!-- <keep-alive :exclude="['form-step-index']"> -->
<router-view class="main__wrapper"></router-view>
</keep-alive>
<!-- </keep-alive> -->
</transition>

<el-footer class="footer__layout footer__font" height="100">
Expand Down

0 comments on commit 31c0d9d

Please sign in to comment.