update: renaming stuff from react to "revue"
This commit is contained in:
@@ -31,7 +31,7 @@ const StraightEdge = defineComponent({
|
||||
<>
|
||||
<path
|
||||
style={props.style}
|
||||
class="react-flow__edge-path"
|
||||
class="revue-flow__edge-path"
|
||||
d={`M ${props.sourceX},${props.sourceY}L ${props.targetX},${props.targetY}`}
|
||||
marker-end={markerEnd}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user