From eb6f7a91f21987c1f2ca1ebd4a0c04f2139b2b96 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 9 Feb 2023 12:49:44 +0100 Subject: [PATCH] chore(core): cleanup props Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- packages/core/src/container/VueFlow/VueFlow.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/container/VueFlow/VueFlow.vue b/packages/core/src/container/VueFlow/VueFlow.vue index 2fab0314..33bd8ad5 100644 --- a/packages/core/src/container/VueFlow/VueFlow.vue +++ b/packages/core/src/container/VueFlow/VueFlow.vue @@ -36,6 +36,7 @@ const props = withDefaults(defineProps(), { fitViewOnInit: undefined, connectOnClick: undefined, connectionLineStyle: undefined, + connectionLineOptions: undefined, autoConnect: undefined, elevateEdgesOnSelect: undefined, elevateNodesOnSelect: undefined,