This commit is contained in:
2023-01-13 22:11:28 +08:00
parent 46fcccda35
commit d45783334d
41 changed files with 544 additions and 256 deletions

View File

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