This commit is contained in:
2912401452 2021-05-27 20:14:49 +08:00
commit 2cc5976144
1 changed files with 2 additions and 0 deletions

View File

@ -44,7 +44,9 @@ export default class Control extends EventEmitter {
name: `${controlId++}`,
};
}
public setPosition(position: PositionName = 'bottomright') {
// 考虑组件的自动布局,需要销毁重建
const controlService = this.controlService;
if (controlService) {