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,
 });