This commit is contained in:
2020-04-05 18:42:27 +00:00
parent 0d9088816b
commit 97d68088fb
3 changed files with 21 additions and 7 deletions

View File

@@ -187,7 +187,7 @@
<v-content>
<v-container fluid>
<transition name="fade" mode="out-in" @after-leave="afterLeave">
<router-view class="view"></router-view>
<router-view class="view" :key="$route.fullPath"></router-view>
</transition>
</v-container>
</v-content>