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 -1
View File
@@ -1,4 +1,4 @@
import dagre from 'dagre'
import dagre from '@dagrejs/dagre'
import { Position, useVueFlow } from '@vue-flow/core'
import { ref } from 'vue'