fix: missing event

This commit is contained in:
Methapon2001 2024-08-06 09:36:39 +07:00
parent abb4932271
commit f6b482330a

View file

@ -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"