style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-21 09:58:31 +00:00
parent bed2caba08
commit fdbb19c8a4
3 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import {ref, computed, onMounted, watch} from "vue";
import { ref, computed, onMounted, watch } from "vue";
import { useI18n } from "vue-i18n";
import { useRouter } from "vue-router";
import auth from "@/services/auth/auth-service.ts";
@ -72,7 +72,6 @@ import {ref, computed, onMounted, watch} from "vue";
cid: clsId,
an: num,
});
}
onMounted(async () => {