fix(edges): dont inherit attrs on smoothstep/stepedges
This commit is contained in:
@@ -42,6 +42,7 @@ const path = computed(() => {
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: 'SmoothStepEdge',
|
||||
inheritAttrs: false,
|
||||
}
|
||||
</script>
|
||||
<template>
|
||||
|
||||
@@ -16,6 +16,7 @@ const props = withDefaults(defineProps<EdgeProps>(), {
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: 'StepEdge',
|
||||
inheritAttrs: false,
|
||||
}
|
||||
</script>
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user