Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f547654

Browse files
committed
fix(vuetify): v-content is deprecated
1 parent c9ede63 commit f547654

File tree

1 file changed

+2
-2
lines changed
  • packages/cna-template/template/frameworks/vuetify/layouts

1 file changed

+2
-2
lines changed

packages/cna-template/template/frameworks/vuetify/layouts/default.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
<v-icon>mdi-menu</v-icon>
5858
</v-btn>
5959
</v-app-bar>
60-
<v-content>
60+
<v-main>
6161
<v-container>
6262
<nuxt />
6363
</v-container>
64-
</v-content>
64+
</v-main>
6565
<v-navigation-drawer
6666
v-model="rightDrawer"
6767
:right="right"

0 commit comments

Comments
 (0)