This commit is contained in:
2020-06-14 23:23:21 +00:00
parent 9a28ec0665
commit 3858fe5c7f
4 changed files with 36 additions and 40 deletions

View File

@@ -197,13 +197,13 @@
</v-menu>
</v-toolbar-items>
</v-app-bar>
<v-content>
<v-main>
<v-container fluid>
<transition name="fade" mode="out-in" @after-leave="afterLeave">
<router-view class="view" :key="$route.fullPath"></router-view>
</transition>
</v-container>
</v-content>
</v-main>
<v-footer
v-if="!isAuthenticated"
absolute