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