Update 404 page
This commit is contained in:
parent
a06412434a
commit
aeb64f6397
14
src/pages/[...all].vue
Normal file
14
src/pages/[...all].vue
Normal file
@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
const { t } = useI18n()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
{{ t('not-found') }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<route lang="yaml">
|
||||
meta:
|
||||
layout: 404
|
||||
</route>
|
Loading…
Reference in New Issue
Block a user