주석 변경

This commit is contained in:
yoon 2025-02-13 14:46:38 +09:00
parent 558008acc5
commit c8ca8f936f

View File

@ -29,7 +29,7 @@ const commonApi = (options = {}) => {
onMounted(async () => {
// 요청할 데이터가 옵션으로 전달 -> 그에 맞게 호출
// color 옵션에 type 정보 포함
// color 옵션에 type 포함
if (options.loadColor) {
await CommonCode("user", "color", colorList, options.colorType);
}