소스 검색

线上测试

wyling 3 년 전
부모
커밋
40ae4fe218
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/mockTest/index.vue

+ 1 - 1
src/views/mockTest/index.vue

@@ -13,7 +13,7 @@ import startTest from "./components/startTest.vue";
 
 import { ref, reactive } from "vue";
 
-const userTestData = reactive({
+const userTestData = ref({
   testScores: 0,
   useTime: 0,
 });