loading converted to alpine.js

This commit is contained in:
Burak Civan
2022-11-21 15:48:48 +03:00
parent 0128822b4e
commit c973f806f1
7 changed files with 32 additions and 34 deletions

View File

@ -6,6 +6,7 @@
v-show="show"
tabindex="-1"
role="dialog"
data-modal-handle
:aria-hidden="!show">
<div class="w-full my-10 m-auto flex flex-col px-2 sm:px-0" :class="modalDialogClass ? modalDialogClass : 'max-w-md'">
<slot name="modal-content">

View File

@ -6,6 +6,7 @@
v-show="show"
tabindex="-1"
role="dialog"
data-modal-handle
:aria-hidden="!show">
<div class="w-full my-10 m-auto flex flex-col px-2 sm:px-0" :class="modalDialogClass ? modalDialogClass : 'max-w-md'">
<slot name="modal-content">