docs: fix docs links
This commit is contained in:
@@ -34,7 +34,7 @@ Together we call them
|
|||||||
[<span class="font-bold text-green-500">elements</span>](/typedocs/types/Elements.html/).
|
[<span class="font-bold text-green-500">elements</span>](/typedocs/types/Elements.html/).
|
||||||
|
|
||||||
<span class="font-bold text-blue-500">Each element needs a unique id.</span>
|
<span class="font-bold text-blue-500">Each element needs a unique id.</span>
|
||||||
A node also needs a [xy-position](typedocs/interfaces/XYPosition.html). An edge needs at least a
|
A node also needs a [xy-position](/typedocs/interfaces/XYPosition.html/). An edge needs at least a
|
||||||
source (node id) and a target (node id).
|
source (node id) and a target (node id).
|
||||||
|
|
||||||
```vue:no-line-numbers
|
```vue:no-line-numbers
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Slots
|
# Slots
|
||||||
|
|
||||||
Vue Flow provides several slots for customization.
|
Vue Flow provides several slots for customization.
|
||||||
In addition to the node and edge slots (see the guide on [nodes](/guide/nodes.html) and [edges](/guide/edges.html)),
|
In addition to the node and edge slots (see the guide on [nodes](/guide/node.html) and [edges](/guide/edge.html)),
|
||||||
there are a number of other slots you can use to customize the visualization.
|
there are a number of other slots you can use to customize the visualization.
|
||||||
|
|
||||||
## Default
|
## Default
|
||||||
|
|||||||
Reference in New Issue
Block a user