fix(example): Custom node positions
This commit is contained in:
@@ -105,14 +105,14 @@ const CustomNodeFlow = defineComponent({
|
|||||||
id: '3',
|
id: '3',
|
||||||
type: 'output',
|
type: 'output',
|
||||||
data: { label: 'Output A' },
|
data: { label: 'Output A' },
|
||||||
position: { x: 550, y: 25 },
|
position: { x: 650, y: 25 },
|
||||||
targetPosition: Position.Left
|
targetPosition: Position.Left
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: '4',
|
id: '4',
|
||||||
type: 'output',
|
type: 'output',
|
||||||
data: { label: 'Output B' },
|
data: { label: 'Output B' },
|
||||||
position: { x: 550, y: 100 },
|
position: { x: 650, y: 100 },
|
||||||
targetPosition: Position.Left
|
targetPosition: Position.Left
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user