mirror of
https://github.com/Drop-OSS/drop-base.git
synced 2026-06-22 04:11:39 +10:00
fix: fix types
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<TransitionRoot as="template" :show="open">
|
<TransitionRoot as="template" :show="!!open">
|
||||||
<Dialog class="relative z-50" @close="open = false">
|
<Dialog class="relative z-50" @close="open = false">
|
||||||
<TransitionChild
|
<TransitionChild
|
||||||
as="template"
|
as="template"
|
||||||
|
|||||||
Reference in New Issue
Block a user