Skip to content

Commit

Permalink
feat(editor): tabs组件去掉默认创建时的文本,直接显示内容区供用户拖拽内容
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwei9012 committed Jan 12, 2024
1 parent e868976 commit 94aab09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/amis-editor/src/plugin/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ export class TabsPlugin extends BasePlugin {
tabs: [
{
title: '选项卡1',
body: '内容1'
body: []
},
{
title: '选项卡2',
body: '内容2'
body: []
}
]
};
Expand Down

0 comments on commit 94aab09

Please sign in to comment.