diff --git a/packages/core/src/components/Handle/Handle.vue b/packages/core/src/components/Handle/Handle.vue index e341d7cf..291313c3 100644 --- a/packages/core/src/components/Handle/Handle.vue +++ b/packages/core/src/components/Handle/Handle.vue @@ -9,12 +9,13 @@ const { connectableStart = true, connectableEnd = true, id, - isValidConnection, ...props } = defineProps() const type = toRef(props, 'type', 'source') +const isValidConnection = toRef(props, 'isValidConnection', undefined) + const { connectionStartHandle, connectionClickStartHandle,