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