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); }