fix(example): Custom node positions

This commit is contained in:
Braks
2021-08-08 19:28:45 +02:00
parent 2188c5d3d3
commit e7513b898c
+2 -2
View File
@@ -105,14 +105,14 @@ const CustomNodeFlow = defineComponent({
id: '3',
type: 'output',
data: { label: 'Output A' },
position: { x: 550, y: 25 },
position: { x: 650, y: 25 },
targetPosition: Position.Left
},
{
id: '4',
type: 'output',
data: { label: 'Output B' },
position: { x: 550, y: 100 },
position: { x: 650, y: 100 },
targetPosition: Position.Left
},