dongyukun
2 天以前 f84c0f2de793be5dac3bda0e952afe14c625f596
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>