mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
refactor: remove default container of built-in Slot component, fixes #993
This commit is contained in:
parent
6a6156a38d
commit
2dbd66cb28
@ -51,7 +51,7 @@ class Slot extends Component {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
const { children } = this.props;
|
const { children } = this.props;
|
||||||
return <div className="lc-container">{children}</div>;
|
return <>{children}</>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user