diff --git a/packages/canvas/container/src/container.js b/packages/canvas/container/src/container.js index 3c1b0a79a..a3a9dddab 100644 --- a/packages/canvas/container/src/container.js +++ b/packages/canvas/container/src/container.js @@ -874,6 +874,8 @@ export const canvasApi = { setDesignMode, getDocument, canvasDispatch, + getConfigure, + allowInsert, Builtin, removeBlockCompsCache: (...args) => { return canvasState.renderer.removeBlockCompsCache(...args) diff --git a/packages/plugins/tree/src/DraggableTree.vue b/packages/plugins/tree/src/DraggableTree.vue new file mode 100644 index 000000000..fc7252a22 --- /dev/null +++ b/packages/plugins/tree/src/DraggableTree.vue @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + + + + + diff --git a/packages/plugins/tree/src/Main.vue b/packages/plugins/tree/src/Main.vue index 015a0c369..8a0e0b7fa 100644 --- a/packages/plugins/tree/src/Main.vue +++ b/packages/plugins/tree/src/Main.vue @@ -9,64 +9,49 @@ > - - - - - - - - {{ data.row.componentName }} - - - - - - + + + + + {{ + row.label + }} + + + - - - + + +