Skip to content

Commit

Permalink
convert v-content to v-main
Browse files Browse the repository at this point in the history
  • Loading branch information
DispatchCommit committed Feb 12, 2021
1 parent e232ac7 commit 416089d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions layouts/barebones.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
</v-app-bar>

<!-- Content -->
<v-content style="max-height: 100vh">
<v-main style="max-height: 100vh">

<nuxt />

</v-content>
</v-main>

</v-app>
</template>
Expand Down
4 changes: 2 additions & 2 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
<sidebar v-model="drawer" />

<!-- Content -->
<v-content>
<v-main>
<nuxt />
</v-content>
</v-main>

<!-- Fireworks overlay -->
<fireworks
Expand Down
4 changes: 2 additions & 2 deletions layouts/overlay.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<template>
<v-app id="overlay">
<!-- Content -->
<v-content style="max-height: 100vh">
<v-main style="max-height: 100vh">
<nuxt />
</v-content>
</v-main>
</v-app>
</template>

Expand Down

0 comments on commit 416089d

Please sign in to comment.