style: fix linting issues met Prettier
This commit is contained in:
parent
bed2caba08
commit
fdbb19c8a4
3 changed files with 2 additions and 4 deletions
|
@ -71,7 +71,6 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
async function submitFormHandler(): Promise<void> {
|
async function submitFormHandler(): Promise<void> {
|
||||||
const { valid } = await form.value.validate();
|
const { valid } = await form.value.validate();
|
||||||
if (!valid) return;
|
if (!valid) return;
|
||||||
|
|
|
@ -72,7 +72,6 @@ import {ref, computed, onMounted, watch} from "vue";
|
||||||
cid: clsId,
|
cid: clsId,
|
||||||
an: num,
|
an: num,
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue