Skip to content

Commit

Permalink
fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
SillyFreak committed Sep 8, 2020
1 parent dac1e3e commit 8f0d168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions layouts/crud.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
</template>
</v-list>
</v-navigation-drawer>
<v-content>
<v-main>
<v-container>
<nuxt />
</v-container>
</v-content>
</v-main>
</v-app>
</template>

Expand Down
4 changes: 2 additions & 2 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<v-icon>mdi-menu</v-icon>
</v-btn>
</v-app-bar>
<v-content>
<v-main>
<v-container>
<nuxt />
</v-container>
</v-content>
</v-main>
<v-navigation-drawer v-model="rightDrawer" :right="right" temporary fixed>
<v-list>
<v-list-item @click.native="right = !right">
Expand Down

0 comments on commit 8f0d168

Please sign in to comment.