chore(docs,examples): replace dagre with dagrejs/dagre

This commit is contained in:
braks
2024-05-12 18:06:56 +02:00
committed by Braks
parent 8d3887f615
commit f1bd5b5eef
6 changed files with 9068 additions and 7516 deletions
@@ -1,5 +1,5 @@
<script lang="ts" setup>
import dagre from 'dagre'
import dagre from '@dagrejs/dagre'
import { ConnectionMode, Panel, Position, VueFlow, useVueFlow } from '@vue-flow/core'
import { initialEdges, initialNodes } from './initial-elements'