Skip to content

Commit

Permalink
fix: vuetify deprecated v-content --> v-main
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Apr 27, 2023
1 parent e4f4aed commit a12cd0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-starter/WguAppTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</wgu-app-sidebar>

<slot name="wgu-before-content" />
<v-content app>
<v-main app>
<v-container id="ol-map-container" fluid fill-height class="pa-0">
<wgu-map />
<!-- layer loading indicator -->
Expand All @@ -39,7 +39,7 @@
<!-- Register custom overlays, e.g. feature hover components here -->
<wgu-hover-tooltip />
</v-container>
</v-content>
</v-main>

<template v-for="(moduleWin, index) in floatingWins">
<component
Expand Down

0 comments on commit a12cd0d

Please sign in to comment.