feat(edges): Add source-target-pos to graph-edge

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-20 19:29:52 +01:00
parent 600e3866c4
commit 1b206c942c
9 changed files with 143 additions and 117 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export default {
</template>
<slot name="zoom-pane" />
</ZoomPane>
<slot v-bind="store" />
<slot />
</div>
</template>
<style>