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"
|
tabindex="0"
|
||||||
:width="500"
|
:width="500"
|
||||||
:breakpoint="500"
|
:breakpoint="500"
|
||||||
:model-value="true"
|
|
||||||
v-model="open"
|
v-model="open"
|
||||||
>
|
>
|
||||||
<q-toolbar class="q-mb-md q-pa-none">
|
<q-toolbar class="q-mb-md q-pa-none">
|
||||||
|
|
@ -32,7 +31,7 @@ const open = defineModel('open', { type: Boolean, default: false });
|
||||||
dense
|
dense
|
||||||
icon="mdi-close"
|
icon="mdi-close"
|
||||||
color="red"
|
color="red"
|
||||||
@click="() => $emit('open')"
|
@click="open = false"
|
||||||
id="fileFormIconClose"
|
id="fileFormIconClose"
|
||||||
/>
|
/>
|
||||||
</q-toolbar>
|
</q-toolbar>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue