update(docs): fix view height

This commit is contained in:
Braks
2021-10-23 16:29:42 +02:00
parent 67876cdd1b
commit ae0772b6d4
42 changed files with 91 additions and 220 deletions

View File

@@ -1,4 +1,4 @@
export { default } from './container/Flow/Flow.vue'
export { default as Flow } from './container/Flow/Flow.vue'
export { default as Handle } from './components/Handle/Handle.vue'
export { default as EdgeText } from './components/Edges/EdgeText.vue'
export { getBezierPath, getSmoothStepPath, getMarkerEnd, getCenter as getEdgeCenter } from './components/Edges/utils'