Browse Source

线上测试

wyling 3 năm trước cách đây
mục cha
commit
40ae4fe218
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
 });