add testcase panel.

This commit is contained in:
2023-01-13 14:26:51 +08:00
parent 31fc880c99
commit 46fcccda35
14 changed files with 146 additions and 87 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import { useSignupStore } from "../../oj/stores/signup"
import { useSignupStore } from "../../oj/store/signup"
const store = useSignupStore()
</script>