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>
|
||||
</DialogForm>
|
||||
|
||||
<DialogContainer
|
||||
:model-value="test1"
|
||||
:on-open="async () => {}"
|
||||
:on-close="() => {}"
|
||||
>
|
||||
<DialogContainer v-model="test1" :on-open="() => {}">
|
||||
<template #header>
|
||||
<DialogHeader
|
||||
:title="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue