chore(docs): cleanup edges example

This commit is contained in:
braks
2024-02-15 10:55:21 +01:00
parent d120aa893d
commit f67e5a57e3
6 changed files with 33 additions and 24 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ export default {
</script>
<template>
<BaseEdge v-bind="$attrs" :id="id" ref="edgeRef" :path="path[0]" :style="{ stroke: edgeColor }" />
<BaseEdge :id="id" ref="edgeRef" :path="path[0]" :style="{ stroke: edgeColor }" />
<EdgeLabelRenderer v-if="isAnimating">
<div