Reinitialized commit. Update and actors overview with some filters.
This commit is contained in:
14
pages/_error/+Page.vue
Normal file
14
pages/_error/+Page.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div v-if="is404">
|
||||
<h1>404 Page Not Found</h1>
|
||||
<p>This page could not be found.</p>
|
||||
</div>
|
||||
<div v-else>
|
||||
<h1>500 Internal Error</h1>
|
||||
<p>Something went wrong.</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
defineProps(['is404'])
|
||||
</script>
|
||||
Reference in New Issue
Block a user