Ver Fonte

线上测试

wyling há 3 anos atrás
pai
commit
40ae4fe218
1 ficheiros alterados com 1 adições e 1 exclusões
  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,
 });