update(flow): Add slot for zoom-pane
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -52,8 +52,9 @@ export default {
|
|||||||
<template #custom-connection-line="customConnectionLineProps">
|
<template #custom-connection-line="customConnectionLineProps">
|
||||||
<slot name="custom-connection-line" v-bind="customConnectionLineProps" />
|
<slot name="custom-connection-line" v-bind="customConnectionLineProps" />
|
||||||
</template>
|
</template>
|
||||||
|
<slot name="zoom-pane" />
|
||||||
</ZoomPane>
|
</ZoomPane>
|
||||||
<slot v-bind="store"></slot>
|
<slot v-bind="store" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user