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