chore: format

This commit is contained in:
Methapon2001 2023-12-04 02:45:11 +00:00
parent cdd2a90d06
commit d0c79673fe
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
14 changed files with 3946 additions and 1413 deletions

View file

@ -12,12 +12,12 @@ const props = withDefaults(
</script>
<template>
<q-dialog
persistent
transition-show="scale"
transition-hide="scale"
:model-value="props.open"
@update:model-value="(v) => $emit('update:open', v)"
<q-dialog
persistent
transition-show="scale"
transition-hide="scale"
:model-value="props.open"
@update:model-value="(v) => $emit('update:open', v)"
>
<q-card style="width: 400px">
<q-card-section>
@ -36,7 +36,7 @@ const props = withDefaults(
label="ยกเลิก"
flat
v-close-popup
@click="() => ($emit('update:open', !open))"
@click="() => $emit('update:open', !open)"
id="dialogDeleteClose"
/>