fix: dialog not close
This commit is contained in:
parent
00d297be4f
commit
64754f695d
1 changed files with 1 additions and 5 deletions
|
|
@ -721,11 +721,7 @@ onMounted(async () => {
|
||||||
</section>
|
</section>
|
||||||
</DialogForm>
|
</DialogForm>
|
||||||
|
|
||||||
<DialogContainer
|
<DialogContainer v-model="test1" :on-open="() => {}">
|
||||||
:model-value="test1"
|
|
||||||
:on-open="async () => {}"
|
|
||||||
:on-close="() => {}"
|
|
||||||
>
|
|
||||||
<template #header>
|
<template #header>
|
||||||
<DialogHeader
|
<DialogHeader
|
||||||
:title="
|
:title="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue