This commit is contained in:
YunaiV
2023-02-11 01:36:56 +08:00
parent 9eff2038d0
commit 2d38a421c2
550 changed files with 21 additions and 60688 deletions

View File

@@ -1,6 +0,0 @@
<template>
<Error type="403" @error-click="push('/')" />
</template>
<script setup lang="ts">
const { push } = useRouter()
</script>

View File

@@ -1,6 +0,0 @@
<template>
<Error @error-click="push('/')" />
</template>
<script setup lang="ts">
const { push } = useRouter()
</script>

View File

@@ -1,6 +0,0 @@
<template>
<Error type="500" @error-click="push('/')" />
</template>
<script setup lang="ts">
const { push } = useRouter()
</script>