From 79d45d17814becc4157707763b5653eea56c25bd Mon Sep 17 00:00:00 2001 From: HoshinoSuzumi Date: Wed, 28 Feb 2024 10:38:39 +0800 Subject: [PATCH] ui: improvement --- components/ModalAuthentication.vue | 11 ++++++++++- pages/aigc/drawing/index.vue | 2 ++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/components/ModalAuthentication.vue b/components/ModalAuthentication.vue index dd45f92..d3ded2d 100644 --- a/components/ModalAuthentication.vue +++ b/components/ModalAuthentication.vue @@ -2,6 +2,7 @@ import {Label, PinInputInput, PinInputRoot} from 'radix-vue' const toast = useToast() +const modal = useModal() const sms_triggered = ref(false) const sms_sending = ref(false) @@ -50,8 +51,16 @@ const obtainSmsCode = () => {