Skip to content

Commit d651521

Browse files
committed
Migrate to Vuetify v2.3.0
Change v-content to v-main
1 parent 38e628b commit d651521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/fixture/layouts/default.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
/>
6565
</v-layout>
6666
</v-app-bar>
67-
<v-content>
67+
<v-main>
6868
<Nuxt />
69-
</v-content>
69+
</v-main>
7070
</v-app>
7171
</template>
7272

0 commit comments

Comments
 (0)