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
@@ -92,6 +92,10 @@ For the full list of options available for an edge, check out the [Edge Type](/t
Edges are rendered by passing them to the `edges` 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 />]