From 02c945e8fb719d7c81f61e8b941bf5590bc2ddba Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 14 Dec 2022 18:53:18 +0100 Subject: [PATCH] chore: add changeset Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .changeset/funny-falcons-doubt.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/funny-falcons-doubt.md diff --git a/.changeset/funny-falcons-doubt.md b/.changeset/funny-falcons-doubt.md new file mode 100644 index 00000000..00c1e825 --- /dev/null +++ b/.changeset/funny-falcons-doubt.md @@ -0,0 +1,5 @@ +--- +'@vue-flow/core': patch +--- + +Pass attributes to edge components (i.e. style and class forwarded to BaseEdge)