mirror of
https://github.com/Drop-OSS/drop-base.git
synced 2026-01-30 20:55:18 +01:00
fix: fix types
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user