You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/guide/node.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,11 @@ function onAddNodes() {
241
241
242
242
:::
243
243
244
+
::: info
245
+
If you want to have two-way binding of nodes, use `v-model:nodes="nodes"`.
246
+
This will allow you to mutate *your* nodes and have the changes reflected in the graph.
247
+
:::
248
+
244
249
## Removing Nodes from the Graph
245
250
246
251
Similar to adding nodes, nodes can be removed from the graph by removing them from the `mode-value` (using `v-model`) or from the `nodes` prop of the Vue Flow component.
0 commit comments