From c8ca8f936f275a0939c181684724d8c7cc49da86 Mon Sep 17 00:00:00 2001 From: yoon Date: Thu, 13 Feb 2025 14:46:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EC=84=9D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/commonApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/commonApi.js b/src/common/commonApi.js index 6049bd8..27a5a7f 100644 --- a/src/common/commonApi.js +++ b/src/common/commonApi.js @@ -29,7 +29,7 @@ const commonApi = (options = {}) => { onMounted(async () => { // 요청할 데이터가 옵션으로 전달 -> 그에 맞게 호출 - // color 옵션에 type 정보 포함 + // color 옵션에 type 포함 if (options.loadColor) { await CommonCode("user", "color", colorList, options.colorType); }