chore(docs): correct prop name
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -208,6 +208,6 @@ const onNodesChange = async (changes) => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<VueFlow :nodes="nodes" :edges="edges" :apply-changes="false" @nodes-change="onNodesChange" />
|
||||
<VueFlow :nodes="nodes" :edges="edges" :apply-default="false" @nodes-change="onNodesChange" />
|
||||
</template>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user