Skip to content

Commit

Permalink
fix: 去掉多余配置
Browse files Browse the repository at this point in the history
  • Loading branch information
lichunn committed Aug 23, 2024
1 parent 2836035 commit 1f2aa6d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions designer-demo/registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,7 @@ export default {
metas: [EditorInfoService, AppService, GenerateCodeService]
},
config: engineConfig,
layout: {
...Layout,
options: {
...Layout.options,
isShowLine: true,
isShowCollapse: true,
toolbars: {}
}
},
layout: Layout,
themes: [
{
id: 'engine.theme.light'
Expand Down

0 comments on commit 1f2aa6d

Please sign in to comment.