Jay
2025-02-19 123566d92fae8861adc39149c1f6a9679a0e259e
1
2
3
4
5
6
7
<template>
  <Error @error-click="push('/')" />
</template>
<script lang="ts" setup>
defineOptions({ name: 'Error404' })
const { push } = useRouter()
</script>