diff --git a/src/container/RevueFlow/index.tsx b/src/container/RevueFlow/index.tsx index c492a7a1..aeca7911 100644 --- a/src/container/RevueFlow/index.tsx +++ b/src/container/RevueFlow/index.tsx @@ -123,7 +123,7 @@ const RevueFlow = defineComponent({ components: { GraphView }, props: { elements: { - type: Object as PropType, + type: Array as PropType, required: true }, nodeTypesId: {