update(flow): Add slot for zoom-pane

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 55b843482b
commit cd41090575
+2 -1
View File
@@ -52,8 +52,9 @@ export default {
<template #custom-connection-line="customConnectionLineProps">
<slot name="custom-connection-line" v-bind="customConnectionLineProps" />
</template>
<slot name="zoom-pane" />
</ZoomPane>
<slot v-bind="store"></slot>
<slot v-bind="store" />
</div>
</template>
<style>