潘志宝
2024-10-28 0ccd9ca4b3a0ac1474c8cb9445d8b669654c7a81
提交 | 用户 | 时间
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>