This commit is contained in:
Viet An
2026-05-15 14:32:09 +07:00
parent 0ef1d29850
commit 4edb2ff22b
11 changed files with 139 additions and 83 deletions

View File

@@ -11,15 +11,16 @@
@close="$store.snackbar = undefined"
/>
</Transition>
<Modal
v-bind="$store.showmodal"
@close="$store.showmodal = undefined"
/>
<!-- <Modal2
v-for="modal in modals"
:key="modal.id"
v-bind="modal"
/> -->
<div
id="modals"
class="absolute top-0"
>
<Modal
v-if="$store.showmodal"
v-bind="$store.showmodal"
@close="$store.showmodal = undefined"
/>
</div>
</div>
</template>