mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
fix(editor): Layout 组件与Layout ts type 重名,将组件改为LayoutContainer
This commit is contained in:
parent
d8d6342505
commit
eae776990c
@ -48,7 +48,7 @@ export { default as PropsPanel } from './layouts/PropsPanel.vue';
|
|||||||
export { default as ToolButton } from './components/ToolButton.vue';
|
export { default as ToolButton } from './components/ToolButton.vue';
|
||||||
export { default as ContentMenu } from './components/ContentMenu.vue';
|
export { default as ContentMenu } from './components/ContentMenu.vue';
|
||||||
export { default as Icon } from './components/Icon.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 = {
|
const defaultInstallOpt: InstallOptions = {
|
||||||
// @todo, 自定义图片上传方法等编辑器依赖的外部选项
|
// @todo, 自定义图片上传方法等编辑器依赖的外部选项
|
||||||
|
Loading…
x
Reference in New Issue
Block a user