diff --git a/.changeset/six-dogs-return.md b/.changeset/six-dogs-return.md new file mode 100644 index 00000000..431b0450 --- /dev/null +++ b/.changeset/six-dogs-return.md @@ -0,0 +1,60 @@ +--- +'@vue-flow/core': patch +--- + +# What's changed? + +- Simplify `useHandle` usage +- Pass props to the composable as possible refs + - Still returns onClick & onMouseDown handlers but only expects mouse event now + +Before: +```vue + + + +``` + +After: +```vue + + + +```