fix: fix types

This commit is contained in:
DecDuck 2025-04-05 09:40:25 +11:00
parent ce59647cda
commit e32cc36f33
No known key found for this signature in database
GPG key ID: 3999E3EFEC9EEB74

View file

@ -1,5 +1,5 @@
<template>
<TransitionRoot as="template" :show="open">
<TransitionRoot as="template" :show="!!open">
<Dialog class="relative z-50" @close="open = false">
<TransitionChild
as="template"