chore(examples): update examples with new API for add/remove
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -43,11 +43,7 @@ const elements = ref<Elements>([
|
||||
},
|
||||
])
|
||||
|
||||
onConnect((params) => {
|
||||
console.log('connecting')
|
||||
|
||||
addEdges([params])
|
||||
})
|
||||
onConnect(addEdges)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user