Skip to content

Commit 1dbdc7c

Browse files
committed
Replace deprecated vuetify v-content tag with v-main
1 parent 38bfa45 commit 1dbdc7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ClientApp/src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<v-spacer></v-spacer>
2727
</v-app-bar>
2828

29-
<v-content>
29+
<v-main>
3030
<router-view/>
31-
</v-content>
31+
</v-main>
3232

3333
<v-footer app>
3434
<span>&nbsp;Software Ateliers&nbsp;&copy;&nbsp;2020</span>

0 commit comments

Comments
 (0)