fix: proptype
This commit is contained in:
@@ -123,7 +123,7 @@ const RevueFlow = defineComponent({
|
|||||||
components: { GraphView },
|
components: { GraphView },
|
||||||
props: {
|
props: {
|
||||||
elements: {
|
elements: {
|
||||||
type: Object as PropType<RevueFlowProps['elements']>,
|
type: Array as PropType<RevueFlowProps['elements']>,
|
||||||
required: true
|
required: true
|
||||||
},
|
},
|
||||||
nodeTypesId: {
|
nodeTypesId: {
|
||||||
|
|||||||
Reference in New Issue
Block a user