fixed: modal closing too slow bug

This commit is contained in:
Cindy Chang
2024-07-10 10:58:38 +08:00
parent bba7f24672
commit 6b7778fe9f
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div id="modal_container" v-if="modalStore.isModalOpen" class="fixed w-screen h-screen bg-gray-800
<div id="modal_container" v-show="modalStore.isModalOpen" class="fixed w-screen h-screen bg-gray-800
flex justify-center items-center">
<div class="flex">