@@ -12,7 +12,7 @@ let questionSegements: {
} | null = $ref(null);
watch(
- () => store.exam.currentQuestion?.order,
+ [() => store.exam.currentQuestion?.order, () => props.questionBody],
() => parseQuestion(),
{ immediate: true }
);