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