Skip to content

Commit d4e6687

Browse files
authored
Merge pull request #344 from benyou1969/VContentToVMain
fix: update v-content to v-main for vuetify 2.3.0
2 parents a8ade81 + d651521 commit d4e6687

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)