no message
This commit is contained in:
parent
632769eed3
commit
7ba0673b06
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div v-for="(q, i) in questions" :key="i" class="questionBlock">
|
||||
<div v-for="(q, i) in questions" :key="i" class="questionBlock" >
|
||||
<transition appear name="fade" mode="out-in">
|
||||
<buttonQuestion
|
||||
v-if="q.answerSelected || q.questionSequence === currentQuestionNum"
|
||||
|
|
|
|||
Loading…
Reference in a new issue