docs(examples): add loopback edge example (#1708)
docs(examples): add loopback example Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Loopback Edges
|
||||
|
||||
Loopback edges are edges that connect a node to itself. They are useful for representing self-referential relationships.
|
||||
This example walks you through creating loopback edges using Vue Flow and custom edges.
|
||||
|
||||
<div class="mt-6">
|
||||
<Repl example="loopback"></Repl>
|
||||
</div>
|
||||
Reference in New Issue
Block a user