fix:rm key

This commit is contained in:
Pan 2017-11-30 11:42:54 +08:00
parent a17c1eb206
commit bb0b37e0eb
1 changed files with 1 additions and 1 deletions

View File

@ -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>