chore(docs,deps): update deps (#1598)

* chore(docs,deps): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(docs,plugins): update web vitals plugin

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(docs): update links

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2024-08-26 09:26:16 +02:00
committed by GitHub
parent f24230a010
commit 564d5931a5
17 changed files with 1196 additions and 896 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ Though, there are cases where you want to take control of changes and apply them
In this guide, we will learn how to take control of changes and apply them manually.
## What is a [Change](https://vueflow.dev/typedocs/types/NodeChange.html)?
## What is a [Change](https://vueflow.dev/typedocs/type-aliases/NodeChange.html)?
A *change* is anything that is triggered by an interaction with the flow, like adding, updating (position, selected), or removing a node or an edge, either
by dragging, clicking etc. or by using the provided API.