fix .prevent
This commit is contained in:
parent
0b80e047be
commit
530b0c9b7e
42 changed files with 84 additions and 84 deletions
|
|
@ -459,7 +459,7 @@ onMounted(async () => {
|
|||
dense
|
||||
color="primary"
|
||||
icon="mdi-account-arrow-right"
|
||||
@click.pervent="modalCommand = true"
|
||||
@click.prevent="modalCommand = true"
|
||||
>
|
||||
<q-tooltip>ส่งไปออกคำสั่ง</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
|
|||
|
|
@ -422,7 +422,7 @@ onMounted(async () => {
|
|||
dense
|
||||
color="primary"
|
||||
icon="mdi-account-arrow-right"
|
||||
@click.pervent="modalCommand = true"
|
||||
@click.prevent="modalCommand = true"
|
||||
>
|
||||
<q-tooltip>ส่งไปออกคำสั่ง</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue