mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 16:32:43 +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>
|