add testcase panel.

This commit is contained in:
2023-01-11 21:35:56 +08:00
parent cc4c4199e8
commit 75e6906c16
10 changed files with 93 additions and 38 deletions

View File

@@ -3,7 +3,7 @@ import zhCn from "element-plus/dist/locale/zh-cn.mjs"
</script>
<template>
<el-config-provider :locale="zhCn" :button="{ autoInsertSpace: true }">
<el-config-provider :locale="zhCn">
<router-view></router-view>
</el-config-provider>
</template>