Skip to content

Commit

Permalink
Replace v-content on v-main (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky authored Jul 20, 2023
1 parent 6530b16 commit 997fce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<v-app>
<v-content class="v-content-class">
<v-main class="v-content-class">
<MainHeaderDescriptive :no-search="isNoSearchInHeader" />
<ErrorSnackbar v-if="!!$store.state.error" />
<SuccessSnackbar v-if="!!$store.state.success" />
Expand All @@ -11,7 +11,7 @@
<v-icon>mdi-chevron-up</v-icon>
</v-btn>
</v-fab-transition>
</v-content>
</v-main>
</v-app>
</template>

Expand Down

0 comments on commit 997fce1

Please sign in to comment.