mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-10 01:12:44 +08:00
7 lines
135 B
Vue
7 lines
135 B
Vue
![]() |
<template>
|
||
|
<Error type="403" @error-click="push('/')" />
|
||
|
</template>
|
||
|
<script setup lang="ts">
|
||
|
const { push } = useRouter()
|
||
|
</script>
|