refactor: back to jsx 🥇
This commit is contained in:
@@ -116,7 +116,7 @@ const CustomNodeFlow = defineComponent({
|
||||
{ id: 'e1-2', source: '1', target: '2', animated: true, style: { stroke: '#fff' } },
|
||||
{ id: 'e2a-3', source: '2', sourceHandle: 'a', target: '3', animated: true, style: { stroke: '#fff' } },
|
||||
{ id: 'e2b-4', source: '2', sourceHandle: 'b', target: '4', animated: true, style: { stroke: '#fff' } }
|
||||
];
|
||||
] as Elements;
|
||||
});
|
||||
|
||||
const onElementsRemove = (elementsToRemove: Elements) =>
|
||||
|
||||
Reference in New Issue
Block a user