refactor(editor): 导出ToolButton组件

This commit is contained in:
roymondchen 2022-05-07 17:04:04 +08:00 committed by jia000
parent 10349fb453
commit 3fcaeb9936

View File

@ -42,6 +42,7 @@ export { default as uiService } from './services/ui';
export { default as ComponentListPanel } from './layouts/sidebar/ComponentListPanel.vue';
export { default as LayerPanel } from './layouts/sidebar/LayerPanel.vue';
export { default as PropsPanel } from './layouts/PropsPanel.vue';
export { default as ToolButton } from './components/ToolButton.vue';
const defaultInstallOpt: InstallOptions = {
// @todo, 自定义图片上传方法等编辑器依赖的外部选项