update(examples): remove logs

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 631a764152
commit 349ecf8254
2 changed files with 1 additions and 5 deletions
@@ -32,8 +32,6 @@ const edgePath = computed(() =>
targetPosition: props.targetPosition,
}),
)
console.log(props)
</script>
<script lang="ts">
export default {