dongyukun
2025-01-03 4d3aa775fe40cdf97ff503e0c078c08a8f9e5f1d
提交 | 用户 | 时间
820397 1 <template>
H 2   <Error type="403" @error-click="push('/')" />
3 </template>
4 <script lang="ts" setup>
5 defineOptions({ name: 'Error403' })
6
7 const { push } = useRouter()
8 </script>