mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-06-19 23:02:00 +08:00
7 lines
140 B
Vue
7 lines
140 B
Vue
<template>
|
|
<Error @error-click="push('/')" />
|
|
</template>
|
|
<script lang="ts" name="Error404" setup>
|
|
const { push } = useRouter()
|
|
</script>
|