fix: fix types
This commit is contained in:
parent
ce59647cda
commit
e32cc36f33
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue