fix: missing event
This commit is contained in:
parent
abb4932271
commit
f6b482330a
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ const currentTab = defineModel<string>('currentTab');
|
|||
:model-value="modal"
|
||||
@update:model-value="(v) => (modal = beforeClose ? beforeClose() : v)"
|
||||
@before-show="show"
|
||||
@hide="close"
|
||||
>
|
||||
<div
|
||||
class="surface-1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue