chore(examples): cleanup reactivity transform

This commit is contained in:
braks
2024-04-29 20:59:42 +02:00
parent ed7c2af5d5
commit 8d3887f615
+1 -1
View File
@@ -20,7 +20,7 @@ const props = defineProps<CustomEdgeProps>()
const { removeEdges } = useVueFlow()
const path = $computed(() => getBezierPath(props))
const path = computed(() => getBezierPath(props))
</script>
<script lang="ts">