bring back slot

This commit is contained in:
Niels Lyngsø
2023-03-15 12:46:32 +01:00
parent c8a92f8b30
commit baef73dd67

View File

@@ -53,7 +53,7 @@ export class UmbRouterSlotElement extends UmbLitElement {
this.#modalRouter.parent = this.#router;
this.#router.addEventListener('changestate', this._onChangeState);
//this.#router.appendChild(this.#modalRouter);
//this.#router.appendChild(document.createElement('slot'));
this.#router.appendChild(document.createElement('slot'));
}
connectedCallback() {