eight
2024-10-23 80fef4678d62ea7a632490aeb511ef94746cb025
1
2
3
4
5
6
7
<template>
  <Error @error-click="push('/')" />
</template>
<script lang="ts" setup>
defineOptions({ name: 'Error404' })
const { push } = useRouter()
</script>