mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-09 17:02:43 +08:00
7 lines
151 B
Vue
7 lines
151 B
Vue
<template>
|
|
<Error type="500" @error-click="push('/')" />
|
|
</template>
|
|
<script lang="ts" name="Error500" setup>
|
|
const { push } = useRouter()
|
|
</script>
|