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