Merge pull request #123 from ordaolmayanadam/patch-1
Fix submitting answers
This commit is contained in:
commit
2b95c0a4e1
1 changed files with 2 additions and 2 deletions
|
|
@ -84,8 +84,8 @@
|
|||
:key="question.id"
|
||||
:question="question"
|
||||
:type="question.type"
|
||||
:add-answer="addAnswer"
|
||||
:remove-answer="removeAnswer"
|
||||
@add-answer="addAnswer"
|
||||
@remove-answer="removeAnswer"
|
||||
@remove="form.options.formQuizQuestions.splice(index, 1)"
|
||||
/>
|
||||
</transitionGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue