Skip to content

Commit

Permalink
chore(docs): correct prop name
Browse files Browse the repository at this point in the history
Signed-off-by: braks <[email protected]>
  • Loading branch information
bcakmakoglu committed Sep 9, 2024
1 parent 1275cc6 commit a1bfef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guide/controlled-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

0 comments on commit a1bfef8

Please sign in to comment.