docs: add section on changes

This commit is contained in:
braks
2024-06-19 01:51:10 +02:00
parent 63873ef464
commit 3ca9aca72b
3 changed files with 81 additions and 6 deletions
+4
View File
@@ -64,6 +64,10 @@ For the full list of options available for a node, check out the [Node Interface
Nodes are rendered by passing them to the `nodes` prop (or the deprecated `v-model` prop) of the Vue Flow component.
:::warning
This method will *not* create a change. Check out the [Controlled Flow](/guide/controlled-flow.html) section for more information.
:::
:::code-group
```vue [<LogosJavascript />]