feat: use smoothstep edge type for orthogonal lines

This commit is contained in:
2026-06-08 12:24:42 +08:00
parent 419bfab1f4
commit a008c927a5

View File

@@ -108,6 +108,7 @@ onConnect((conn: Connection) => {
<VueFlow
:nodes="nodes"
:edges="edges"
default-edge-type="smoothstep"
:min-zoom="0.2"
:max-zoom="2"
>