chore: fix examples

Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
bcakmakoglu
2022-02-21 20:25:17 +01:00
committed by Braks
parent ca85d8002e
commit f44784b1d0
28 changed files with 382 additions and 275 deletions
-2
View File
@@ -8,7 +8,6 @@ import {
Node,
Position,
SnapGrid,
useNodesState,
useVueFlow,
VueFlow,
Controls,
@@ -76,7 +75,6 @@ onMounted(() => {
})
const { onPaneReady } = useVueFlow()
useNodesState()
onPaneReady((flowInstance) => {
flowInstance.fitView()
console.log('flow loaded:', flowInstance)