style: 切换页面布局

This commit is contained in:
xingyu4j
2022-11-17 17:49:19 +08:00
parent 1e65b2219d
commit 83954241ae
11 changed files with 600 additions and 602 deletions

View File

@ -1,3 +1,7 @@
<template>
<Error @error-click="errorClick" />
</template>
<script setup lang="ts">
import { Error } from '@/components/Error'
import { useRouter } from 'vue-router'
@ -8,7 +12,3 @@ const errorClick = () => {
push('/')
}
</script>
<template>
<Error @error-click="errorClick" />
</template>