style: fix linting issues met Prettier
This commit is contained in:
parent
2f5bb333db
commit
fc92570282
16 changed files with 498 additions and 505 deletions
|
@ -8,7 +8,6 @@
|
|||
import authService from "@/services/auth/auth-service";
|
||||
import { useI18n } from "vue-i18n";
|
||||
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
const props = defineProps<{
|
||||
|
@ -135,7 +134,7 @@
|
|||
:key="answerIndex"
|
||||
class="text-gray-600"
|
||||
>
|
||||
<v-divider :thickness=2 />
|
||||
<v-divider :thickness="2" />
|
||||
<div
|
||||
class="flex justify-between items-center mb-2"
|
||||
style="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue