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