fix เเก้ใช้ model ช้ำ
This commit is contained in:
parent
3f4d88d5c4
commit
74a91ab172
1 changed files with 1 additions and 2 deletions
|
|
@ -17,7 +17,6 @@ const open = defineModel('open', { type: Boolean, default: false });
|
|||
tabindex="0"
|
||||
:width="500"
|
||||
:breakpoint="500"
|
||||
:model-value="true"
|
||||
v-model="open"
|
||||
>
|
||||
<q-toolbar class="q-mb-md q-pa-none">
|
||||
|
|
@ -32,7 +31,7 @@ const open = defineModel('open', { type: Boolean, default: false });
|
|||
dense
|
||||
icon="mdi-close"
|
||||
color="red"
|
||||
@click="() => $emit('open')"
|
||||
@click="open = false"
|
||||
id="fileFormIconClose"
|
||||
/>
|
||||
</q-toolbar>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue