feat: Add slots to edges and nodes
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -44,5 +44,7 @@ const props = withDefaults(defineProps<StepEdgeProps>(), {
|
||||
})
|
||||
</script>
|
||||
<template>
|
||||
<SmoothStepEdge v-bind="props" :border-radius="0" />
|
||||
<SmoothStepEdge v-bind="props" :border-radius="0">
|
||||
<slot />
|
||||
</SmoothStepEdge>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user