style: fix linting issues met Prettier
This commit is contained in:
parent
b45fc47b06
commit
18e17e0133
9 changed files with 184 additions and 160 deletions
|
@ -9,13 +9,11 @@
|
|||
<template>
|
||||
<div class="space-y-4">
|
||||
<div
|
||||
v-for="(question) in questions"
|
||||
v-for="question in questions"
|
||||
:key="(question.sequenceNumber, question.content)"
|
||||
class="border rounded-2xl p-4 shadow-sm bg-white"
|
||||
>
|
||||
<SingleQuestion :question="question"></SingleQuestion>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue