Skip to content

Commit

Permalink
Vuetify suggested change of v-content to v-main
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Aug 28, 2020
1 parent bf58400 commit 6192047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -407,15 +407,15 @@
</template>
</v-app-bar>

<v-content app id="scrolling-techniques content-area" class="pt-0">
<v-main app id="scrolling-techniques content-area" class="pt-0">
<OverlayAlert />
<router-view
:drawer="drawer"
@closeMenu="drawer = false"
v-if="['config'].indexOf($route.name) === -1"
/>
<teneo-modal></teneo-modal>
</v-content>
</v-main>
</div>
</div>
</transition>
Expand Down

0 comments on commit 6192047

Please sign in to comment.