docs: add dagre layout example

This commit is contained in:
braks
2024-02-05 07:51:12 +01:00
committed by Braks
parent 0bfb5f4046
commit 3220e20c0e
13 changed files with 192 additions and 40 deletions
-7
View File
@@ -1,13 +1,6 @@
<script setup>
import { Handle, Position, useHandleConnections, useNodesData } from '@vue-flow/core'
defineProps({
data: {
type: Object,
required: true,
},
})
const connections = useHandleConnections({
type: 'target',
})