diff --git a/src/container/VueFlow/VueFlow.vue b/src/container/VueFlow/VueFlow.vue index 3b171c5c..4306531f 100644 --- a/src/container/VueFlow/VueFlow.vue +++ b/src/container/VueFlow/VueFlow.vue @@ -21,6 +21,7 @@ const props = withDefaults(defineProps(), { panOnDrag: undefined, applyDefault: undefined, fitViewOnInit: undefined, + connectOnClick: undefined, connectionLineStyle: () => null, }) const emit = defineEmits([...Object.keys(createHooks()), 'update:modelValue', 'update:edges', 'update:nodes'])