디폴트 타입변경경

This commit is contained in:
khj0414 2025-02-21 13:29:24 +09:00
parent b727750178
commit 6e4f1a1e81

View File

@ -68,7 +68,7 @@ const props = defineProps({
},
min: {
type: String,
default: false,
default: '',
}
});