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