5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 23:40:43 +08:00

Replaced the old v-content tag with the new v-main (#536)

This commit is contained in:
Balakrishna Prasad Ganne 2020-10-26 13:14:51 +05:30 committed by GitHub
parent ef40a2eb8e
commit c1acbed2c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
@ -57,4 +57,4 @@
.logo {
width: 16em;
}
</style>
</style>