Skip to content

Commit

Permalink
Replaced the old v-content tag with the new v-main (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush420 committed Oct 26, 2020
1 parent ef40a2e commit c1acbed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/templates/vuetify2-basic/frontend/src/App.vue
Expand Up @@ -24,13 +24,13 @@
<v-app-bar-nav-icon @click.stop="drawer = !drawer"></v-app-bar-nav-icon>
<v-toolbar-title>Application</v-toolbar-title>
</v-app-bar>
<v-content>
<v-main>
<v-container fluid class="px-0">
<v-layout justify-center align-center class="px-0">
<hello-world></hello-world>
</v-layout>
</v-container>
</v-content>
</v-main>
<v-footer app fixed>
<span style="margin-left:1em">&copy; You</span>
</v-footer>
Expand All @@ -57,4 +57,4 @@
.logo {
width: 16em;
}
</style>
</style>

0 comments on commit c1acbed

Please sign in to comment.