Skip to content

Commit

Permalink
chore(docs): update layout example
Browse files Browse the repository at this point in the history
  • Loading branch information
bcakmakoglu committed Feb 21, 2024
1 parent 22003d4 commit 7b39b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/layout/AnimationEdge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ const labelPosition = ref({ x: 0, y: 0 })
const currentLength = ref(0)
const targetNodeData = toRef(() => nodesData.value[0])
const targetNodeData = toRef(() => nodesData.value[0].data)
const sourceNodeData = toRef(() => nodesData.value[1])
const sourceNodeData = toRef(() => nodesData.value[1].data)
const isFinished = toRef(() => sourceNodeData.value.isFinished)
Expand Down

0 comments on commit 7b39b45

Please sign in to comment.