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