Use without fn

prod
Cagatay Civici 2025-03-12 13:37:34 +03:00
parent 687846411b
commit 4cb7ccd5b0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
</template>
</Button>
</slot>
<slot v-if="closable" name="closebutton" :closeCallback="() => close()">
<slot v-if="closable" name="closebutton" :closeCallback="close">
<Button
:ref="closeButtonRef"
:autofocus="focusableClose"