From 9007e60f26cab3e2d6807565b972956d49e789b9 Mon Sep 17 00:00:00 2001 From: yoon Date: Thu, 13 Feb 2025 14:48:25 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5=20=EB=B6=88=EB=9F=AC?= =?UTF-8?q?=EC=98=A4=EB=8A=94=20=EC=BD=94=EB=93=9C=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/RegisterForm.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/user/RegisterForm.vue b/src/components/user/RegisterForm.vue index 64a0395..1924e21 100644 --- a/src/components/user/RegisterForm.vue +++ b/src/components/user/RegisterForm.vue @@ -252,7 +252,11 @@ }; // 컬러, mbti, 비밀번호 힌트 목록 불러오기 - const { colorList, mbtiList, pwhintList } = commonApi(); + const { colorList, mbtiList, pwhintList } = commonApi({ + loadColor: true, colorType: 'YON', + loadMbti: true, + loadPwhint: true, + }); // 주소 업데이트 핸들러 const handleAddressUpdate = (addressData) => {