mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-06-20 07:11:59 +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>
|