chore(pkg): explicitly export defaults from vue files

This commit is contained in:
Braks
2022-05-11 22:10:40 +02:00
parent ca552dc8ae
commit 69ed530198
8 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
export * from './Nodes'
export * from './Edges'
export * from './ConnectionLine/ConnectionLine.vue'
export * from './Handle/Handle.vue'
export * from './NodesSelection/NodesSelection.vue'
export * from './UserSelection/UserSelection.vue'
export { default as ConnectionLine } from './ConnectionLine/ConnectionLine.vue'
export { default as Handle } from './Handle/Handle.vue'
export { default as NodesSelection } from './NodesSelection/NodesSelection.vue'
export { default as UserSelection } from './UserSelection/UserSelection.vue'