Skip to content

Commit 65efbdb

Browse files
authored
Fix deprecated v-content (#1410)
1 parent ca58f66 commit 65efbdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client-generator/vuetify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@ Update your App.vue:
210210
<v-toolbar-title>Application</v-toolbar-title>
211211
</v-app-bar>
212212
213-
<v-content>
213+
<v-main>
214214
<Breadcrumb layout-class="pl-3 py-3" />
215215
<router-view></router-view>
216-
</v-content>
216+
</v-main>
217217
<v-footer color="indigo" app>
218218
<span class="white--text">&copy; 2019</span>
219219
</v-footer>

0 commit comments

Comments
 (0)