mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 06:05:11 +00:00
examples(with-vuetify): use v-main
instead of v-content
(#7638)
Since vuetify 2.3 `v-content` became `v-main`
This commit is contained in:
parent
f5da938ac8
commit
05fe682f1d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user