chore(core): add missing edge wrapper name

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-01 22:57:05 +01:00
committed by Braks
parent 94e1282b10
commit 93bfa54308
@@ -13,6 +13,7 @@ interface Props {
}
const EdgeWrapper = defineComponent({
name: 'Edge',
props: ['name', 'type', 'id', 'updatable', 'selectable', 'focusable', 'edge'],
setup(props: Props) {
const {