Skip to content

Commit

Permalink
fix(editor): Layout 组件与Layout ts type 重名,将组件改为LayoutContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Nov 8, 2022
1 parent d8d6342 commit eae7769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export { default as PropsPanel } from './layouts/PropsPanel.vue';
export { default as ToolButton } from './components/ToolButton.vue';
export { default as ContentMenu } from './components/ContentMenu.vue';
export { default as Icon } from './components/Icon.vue';
export { default as Layout } from './components/Layout.vue';
export { default as LayoutContainer } from './components/Layout.vue';

const defaultInstallOpt: InstallOptions = {
// @todo, 自定义图片上传方法等编辑器依赖的外部选项
Expand Down

0 comments on commit eae7769

Please sign in to comment.