fix: #319 add watch of inputConfirmPwd inside onMounted
This commit is contained in:
@@ -13,9 +13,8 @@ export const useModalStore = defineStore('modalStore', {
|
||||
this.whichModal = whichModal;
|
||||
},
|
||||
async closeModal(){
|
||||
console.log("Start closing modal");
|
||||
await delaySecond(2);
|
||||
this.isModalOpen = false;
|
||||
console.log("Modal closed");
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user