初始化
This commit is contained in:
6
src/views/Error/404.vue
Normal file
6
src/views/Error/404.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<Error @error-click="push('/')" />
|
||||
</template>
|
||||
<script lang="ts" name="Error404" setup>
|
||||
const { push } = useRouter()
|
||||
</script>
|
||||
Reference in New Issue
Block a user