From fc5f4463b10bbb67d78aa4fa621702d5b7e8d3d5 Mon Sep 17 00:00:00 2001 From: yoon Date: Sat, 22 Feb 2025 14:01:48 +0900 Subject: [PATCH] =?UTF-8?q?select=20input=20=EC=95=88=EB=82=98=EC=98=A4?= =?UTF-8?q?=EB=8A=94=EA=B1=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/user/FindPassword.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/user/FindPassword.vue b/src/components/user/FindPassword.vue index c4e073a..bef2c59 100644 --- a/src/components/user/FindPassword.vue +++ b/src/components/user/FindPassword.vue @@ -108,7 +108,9 @@ const passwordcheckAlert = ref(false); const passwordcheckErrorAlert = ref(false); - const { pwhintList } = commonApi(); + const { pwhintList } = commonApi({ + loadPwhint: true, + }); const handleIdChange = value => { id.value = value;