康鲁杰
2025-04-22 59f1f7a0bdc4c95b090c4602eb75f00e0c8046e6
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>