Merge pull request #9417 from yangwei9012/master

feat(editor): tabs组件去掉默认创建时的文本,直接显示内容区供用户拖拽内容
This commit is contained in:
yangwei9012 2024-01-12 15:29:33 +08:00 committed by GitHub
commit 933179e6e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,11 +42,11 @@ export class TabsPlugin extends BasePlugin {
tabs: [
{
title: '选项卡1',
body: '内容1'
body: []
},
{
title: '选项卡2',
body: '内容2'
body: []
}
]
};