Upgrade nuxt to 2.13.0

This commit is contained in:
2020-06-18 23:46:28 +02:00
parent 496ece54eb
commit 5843b8d62b
8 changed files with 1589 additions and 1194 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
<template>
<v-app dark>
<Navbar />
<v-content>
<v-main>
<v-container fill-height>
<v-row no-gutters justify="center">
<nuxt />
@@ -10,7 +10,7 @@
msg
}}</v-snackbar>
</v-container>
</v-content>
</v-main>
</v-app>
</template>
@@ -27,7 +27,7 @@ export default {
mounted() {
this.$root.$on('toast', (msg, color) => {
this.msg = msg
this.color = color ?? ''
this.color = color || ''
this.toast = true
})
},
+2 -6
View File
@@ -1,15 +1,11 @@
<template>
<v-app>
<v-content>
<v-main>
<nuxt />
</v-content>
</v-main>
</v-app>
</template>
<script>
export default {}
</script>
<style>
html {
overflow-y: auto;