add result panel.

This commit is contained in:
2023-01-10 16:16:14 +08:00
parent a3456595a5
commit e3db109317
22 changed files with 714 additions and 172 deletions

View File

@@ -1,10 +1,9 @@
<script setup lang="ts">
import zhCn from "element-plus/dist/locale/zh-cn.mjs"
const locale = zhCn
</script>
<template>
<el-config-provider :locale="locale">
<el-config-provider :locale="zhCn" :button="{ autoInsertSpace: true }">
<router-view></router-view>
</el-config-provider>
</template>