-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/docs/components/examples/edges/CustomEdge2.vue b/docs/components/examples/edges/CustomEdge2.vue
index 73bb60d5..c9948f77 100644
--- a/docs/components/examples/edges/CustomEdge2.vue
+++ b/docs/components/examples/edges/CustomEdge2.vue
@@ -53,18 +53,7 @@ const props = defineProps({
},
})
-const edgePath = computed(() =>
- getBezierPath({
- sourceX: props.sourceX,
- sourceY: props.sourceY,
- sourcePosition: props.sourcePosition,
- targetX: props.targetX,
- targetY: props.targetY,
- targetPosition: props.targetPosition,
- }),
-)
-
-const onClick = () => console.log(props.data)
+const path = computed(() => getBezierPath(props))