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) => {