src/store/modules/exam.js
@@ -69,10 +69,10 @@ answerProgress.value = progress; }; const initExam = () => { const initExam = (questionType) => { answerProgress.value = 0; currentIndex.value = 0; currentType.value = 1; currentType.value = questionType; }