mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:48:13 +08:00
Merge pull request #9417 from yangwei9012/master
feat(editor): tabs组件去掉默认创建时的文本,直接显示内容区供用户拖拽内容
This commit is contained in:
commit
933179e6e2
@ -42,11 +42,11 @@ export class TabsPlugin extends BasePlugin {
|
||||
tabs: [
|
||||
{
|
||||
title: '选项卡1',
|
||||
body: '内容1'
|
||||
body: []
|
||||
},
|
||||
{
|
||||
title: '选项卡2',
|
||||
body: '内容2'
|
||||
body: []
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user