This commit is contained in:
2020-12-29 15:14:27 +00:00
parent 5989316eb0
commit ab1c3f2339
3 changed files with 12 additions and 12 deletions

View File

@@ -221,7 +221,7 @@
</v-toolbar-items>
</v-app-bar>
<v-main>
<v-container fluid>
<v-container fluid class="my-8">
<transition name="fade" mode="out-in" @after-leave="afterLeave">
<router-view class="view" :key="$route.fullPath"></router-view>
</transition>