Merge pull request #7347 from hsm-lv/fix-event

fix:折叠器事件参数类型显示问题
This commit is contained in:
hsm-lv 2023-07-04 16:09:00 +08:00 committed by GitHub
commit d7ee9a4db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ export class CollapseGroupPlugin extends BasePlugin {
title: '当前展开的索引列表'
},
collapseId: {
type: 'string | number',
type: 'string',
title: '折叠器索引'
},
collapsed: {