chore(docs): fix typo and update title

This commit is contained in:
braks
2024-06-13 22:39:43 +02:00
parent 76fe779f34
commit ff055517cd
3 changed files with 7 additions and 7 deletions
+1 -2
View File
@@ -62,8 +62,7 @@ For the full list of options available for a node, check out the [Node Interface
## Adding Nodes to the Graph
Nodes are generally created by adding them to the `mode-value` (using `v-model`) or to the `nodes` prop of the Vue Flow component.
This can be done dynamically at any point in your component's lifecycle.
Nodes are rendered by passing them to the `nodes` prop (or the deprecated `v-model` prop) of the Vue Flow component.
:::code-group