更新页面

This commit is contained in:
2025-07-10 20:46:20 +08:00
parent 2f443e33bd
commit a903362712
13 changed files with 12 additions and 12 deletions

View File

@ -21,7 +21,7 @@
</template>
<script setup>
import ChooseMarks from "@/components/MyComponents/ChooseMarks/index.vue";
import ChooseMarks from "@/components/ChooseList/ChooseMarks/index.vue";
import FormMessage from "@/components/aboutTable/FormMessage.vue";
import { reactive, ref,getCurrentInstance } from 'vue';
const { proxy } = getCurrentInstance();