chore: remove logs
This commit is contained in:
@@ -28,9 +28,8 @@ const edgePath = computed(() =>
|
|||||||
targetPosition: props.targetPosition,
|
targetPosition: props.targetPosition,
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
console.log(props)
|
|
||||||
const markerEnd = computed(() => getMarkerId(props.markerEnd))
|
const markerEnd = computed(() => getMarkerId(props.markerEnd))
|
||||||
console.log(markerEnd.value)
|
|
||||||
</script>
|
</script>
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
export default {
|
export default {
|
||||||
|
|||||||
Reference in New Issue
Block a user