chore(deps): remove unused deps

* update deps
* some ts fixes
This commit is contained in:
Braks
2021-10-20 22:39:54 +02:00
parent 17f2517ab4
commit 6cfe5f6d43
9 changed files with 209 additions and 247 deletions
+1
View File
@@ -21,6 +21,7 @@ const props = withDefaults(defineProps<EdgeTextProps>(), {
})
const edgeRef = templateRef<SVGTextElement>('edge-text', null)
// @ts-ignore
const { width = 0, height = 0, x = 0, y = 0 } = useElementBounding(edgeRef)
</script>
<template>