fix: button create add .stop
This commit is contained in:
parent
b3939af0e2
commit
a47d70ecfb
1 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ onMounted(getCabinet)
|
|||
"
|
||||
>ตู้จัดเก็บเอกสาร</span
|
||||
>
|
||||
<q-btn dense flat color="primary" icon="add" @click="() => triggerFolderCreate()"
|
||||
<q-btn dense flat color="primary" icon="add" @click.stop="() => triggerFolderCreate()"
|
||||
id="createFolder"/>
|
||||
</div>
|
||||
<q-separator />
|
||||
|
|
@ -134,7 +134,7 @@ onMounted(getCabinet)
|
|||
color="primary"
|
||||
dense
|
||||
icon="add"
|
||||
@click="() => triggerFolderCreate()"
|
||||
@click.stop="() => triggerFolderCreate()"
|
||||
id="createFolder"
|
||||
/>
|
||||
<q-breadcrumbs-el
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue