fix(core,nodes): use render fn for node wrapper

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-03-17 17:27:48 +01:00
committed by Braks
parent 41a2ccc37b
commit d8434e6e8f
2 changed files with 333 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export { default as DefaultNode } from './DefaultNode'
export { default as InputNode } from './InputNode'
export { default as OutputNode } from './OutputNode'
export { default as NodeWrapper } from './NodeWrapper.vue'
export { default as NodeWrapper } from './NodeWrapper'