카테타입추가가

This commit is contained in:
khj0414 2025-03-20 10:18:39 +09:00
parent c75e8a51ea
commit a50799c021

View File

@ -42,7 +42,7 @@ const props = defineProps({
required: false,
},
selectedCategory: {
type: String,
type: [String,Number],
default: null,
required: false,
},