forked from extern/egroupware
Add part to ET2Box base container
This commit is contained in:
parent
7c053d9dad
commit
6ac41f0495
@ -60,7 +60,7 @@ export class Et2Box extends Et2Widget(LitElement) implements et2_IDetachedDOM
|
|||||||
render()
|
render()
|
||||||
{
|
{
|
||||||
return html`
|
return html`
|
||||||
<div ${this.id ? html`id="${this.id}"` : ''}>
|
<div part="base" ${this.id ? html`id="${this.id}"` : ''}>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</div> `;
|
</div> `;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user