This commit is contained in:
2020-07-03 23:51:10 +02:00
parent 9ab5a10816
commit 6a0a580d2f
12 changed files with 215 additions and 379 deletions
+7 -1
View File
@@ -1,5 +1,11 @@
<template>
<div class="h-screen bg-gray-900 font-sans text-gray-100">
<div class="h-screen font-sans text-gray-100">
<nuxt />
</div>
</template>
<style>
html {
@apply bg-gray-900;
}
</style>
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<v-app dark>
<div>
<h1 v-if="error.statusCode === 404">
{{ pageNotFound }}
</h1>
@@ -9,7 +9,7 @@
<NuxtLink to="/">
Home page
</NuxtLink>
</v-app>
</div>
</template>
<script>