refactor: adopt canonical component model structure schema
This commit is contained in:
@@ -58,6 +58,6 @@ const props = defineProps({
|
||||
selection: { type: Object, required: true }
|
||||
})
|
||||
|
||||
const childComponents = computed(() => props.component.subComponents || [])
|
||||
const childComponents = computed(() => props.component.subcomponents || props.component.subComponents || [])
|
||||
const childPieces = computed(() => props.component.pieces || [])
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user