fix: correct event listeners in examples
This commit is contained in:
@@ -23,7 +23,7 @@ watchEffect(() => {
|
||||
})
|
||||
</script>
|
||||
<template>
|
||||
<Flow :elements="elements" :on-connect="onConnect">
|
||||
<Flow :elements="elements" @connect="onConnect">
|
||||
<MiniMap />
|
||||
<Controls />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user