fix(edges): base-edge throwing attrs warnings for curvature

This commit is contained in:
Braks
2022-04-20 22:22:46 +02:00
parent c1b6fc01d5
commit 8b3acda42e

View File

@@ -21,6 +21,7 @@ const props = defineProps<Props>()
<script lang="ts">
export default {
name: 'BaseEdge',
inheritAttrs: false,
}
</script>
<template>