Skip to content

Commit

Permalink
examples(with-vuetify): use v-main instead of v-content (#7638)
Browse files Browse the repository at this point in the history
Since vuetify 2.3 `v-content` became `v-main`
  • Loading branch information
Kawacrepe committed Jun 30, 2020
1 parent f5da938 commit 05fe682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-vuetify/layouts/default.vue
Expand Up @@ -15,11 +15,11 @@
</v-list>
</v-navigation-drawer>
<main>
<v-content>
<v-main>
<v-container fluid>
<nuxt />
</v-container>
</v-content>
</v-main>
</main>
</v-app>
</template>
Expand Down

0 comments on commit 05fe682

Please sign in to comment.