Skip to content

Commit 8d3887f

Browse files
committed
chore(examples): cleanup reactivity transform
1 parent ed7c2af commit 8d3887f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vite/src/Edges/CustomEdge.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const props = defineProps<CustomEdgeProps>()
2020
2121
const { removeEdges } = useVueFlow()
2222
23-
const path = $computed(() => getBezierPath(props))
23+
const path = computed(() => getBezierPath(props))
2424
</script>
2525

2626
<script lang="ts">

0 commit comments

Comments
 (0)