diff --git a/packages/editor/src/Editor.vue b/packages/editor/src/Editor.vue index 40804512..5e9a48e3 100644 --- a/packages/editor/src/Editor.vue +++ b/packages/editor/src/Editor.vue @@ -56,6 +56,10 @@ + + diff --git a/packages/editor/src/index.ts b/packages/editor/src/index.ts index 2c1b4428..de723af2 100644 --- a/packages/editor/src/index.ts +++ b/packages/editor/src/index.ts @@ -73,6 +73,7 @@ export { default as EventSelect } from './fields/EventSelect.vue'; export { default as KeyValue } from './fields/KeyValue.vue'; export { default as CodeBlockList } from './layouts/sidebar/code-block/CodeBlockList.vue'; export { default as CodeBlockListPanel } from './layouts/sidebar/code-block/CodeBlockListPanel.vue'; +export { default as DataSourceConfigPanel } from './layouts/sidebar/data-source/DataSourceConfigPanel.vue'; export { default as PropsPanel } from './layouts/PropsPanel.vue'; export { default as ToolButton } from './components/ToolButton.vue'; export { default as ContentMenu } from './components/ContentMenu.vue'; diff --git a/packages/editor/src/layouts/sidebar/Sidebar.vue b/packages/editor/src/layouts/sidebar/Sidebar.vue index 3b75de67..a3b6104b 100644 --- a/packages/editor/src/layouts/sidebar/Sidebar.vue +++ b/packages/editor/src/layouts/sidebar/Sidebar.vue @@ -96,6 +96,11 @@ + + diff --git a/packages/editor/src/layouts/sidebar/data-source/DataSourceListPanel.vue b/packages/editor/src/layouts/sidebar/data-source/DataSourceListPanel.vue index 782873a0..9b99952d 100644 --- a/packages/editor/src/layouts/sidebar/data-source/DataSourceListPanel.vue +++ b/packages/editor/src/layouts/sidebar/data-source/DataSourceListPanel.vue @@ -20,11 +20,14 @@ > + + +