Skip to content

Commit

Permalink
fix:rm key
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Nov 30, 2017
1 parent a17c1eb commit bb0b37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/layout/components/AppMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<section class="app-main">
<transition name="fade" mode="out-in">
<!-- <router-view :key="key"></router-view> -->
<router-view :key="key"></router-view>
<router-view></router-view>
</transition>
</section>
</template>
Expand Down

0 comments on commit bb0b37e

Please sign in to comment.