update(script-setup): Refactor additional-components

* Remove jsx files

fix: ConnectionLine.vue not recalculating properly
This commit is contained in:
Braks
2021-10-20 22:39:54 +02:00
parent 560bdc203b
commit 1ff3a8dc9c
26 changed files with 359 additions and 1269 deletions
+7
View File
@@ -0,0 +1,7 @@
export { default as Flow } from './Flow.vue'
export { default as EdgeRenderer } from './EdgeRenderer.vue'
export { default as NodeRenderer } from './NodeRenderer.vue'
export { default as Marker } from './Marker.vue'
export { default as MarkerDefinitions } from './MarkerDefinitions.vue'
export { default as ZoomPane } from './ZoomPane.vue'
export { default as SelectionPane } from './SelectionPane.vue'