yeah
This commit is contained in:
@@ -1,18 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1
|
||||
class="text-white pt-6 text-lg md:text-xl lg:text-2xl text-center font-bold tracking-widest text-shadow"
|
||||
>
|
||||
{{ error?.statusCode }}
|
||||
</h1>
|
||||
<NuxtLink to="/">Go back home</NuxtLink>
|
||||
error
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import type { NuxtError } from '#app'
|
||||
|
||||
const props = defineProps({
|
||||
error: Object as () => NuxtError
|
||||
})
|
||||
</script>
|
||||
</template>
|
||||
Reference in New Issue
Block a user