src/views/exam/components/answer-main/answer-multiple/index.vue
@@ -23,7 +23,10 @@ const examStore = useExamStore(); const {currentIndex,activeQuestion} = storeToRefs(examStore); const {currentIndex} = storeToRefs(examStore); const activeQuestion = ref(examStore.getActiveQuestion); const answerClick = (item) => { if(item) { // resetAnswer();