chore(changeset): add

This commit is contained in:
braks
2023-07-24 23:46:59 +02:00
committed by Braks
parent 620852b860
commit 581f2b1fec
+5
View File
@@ -0,0 +1,5 @@
---
"@vue-flow/core": patch
---
Watch `applyDefault` state in `useVueFlow` scope instead of component scope otherwise adding nodes/edges to the state is impossible until the `VueFlow` component has mounted unless the changes handlers are explicitly bound by the user.