eight
2024-08-15 41004049209c22a9d029a992c7b84ccfc8dd36cc
1
2
3
4
5
6
7
<template>
  <Error type="500" @error-click="push('/')" />
</template>
<script lang="ts" setup>
defineOptions({ name: 'Error500' })
const { push } = useRouter()
</script>