We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5c7b9 commit 02ccae8Copy full SHA for 02ccae8
src/components/TheCycleEdit.vue
@@ -60,6 +60,7 @@ watch(
60
ref="dialog"
61
:aria-labelledby="id + `-title`"
62
class="m-auto translate-y-2 bg-transparent opacity-0 transition-all transition-discrete duration-500 backdrop:opacity-0 backdrop:transition-all backdrop:transition-discrete backdrop:duration-500 open:translate-0 open:opacity-100 open:backdrop:opacity-100 starting:open:translate-y-2 starting:open:opacity-0 starting:open:backdrop:opacity-0"
63
+ closedby="any"
64
@close="close"
65
>
66
<LayoutStack
0 commit comments