fix:rm key
This commit is contained in:
parent
a17c1eb206
commit
bb0b37e0eb
|
@ -2,7 +2,7 @@
|
||||||
<section class="app-main">
|
<section class="app-main">
|
||||||
<transition name="fade" mode="out-in">
|
<transition name="fade" mode="out-in">
|
||||||
<!-- <router-view :key="key"></router-view> -->
|
<!-- <router-view :key="key"></router-view> -->
|
||||||
<router-view :key="key"></router-view>
|
<router-view></router-view>
|
||||||
</transition>
|
</transition>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue