clean up
This commit is contained in:
@@ -94,11 +94,7 @@ export class UmbBackofficeMain extends UmbLitElement {
|
||||
}
|
||||
|
||||
render() {
|
||||
return html` <umb-router-slot
|
||||
.routes=${this._routes}
|
||||
@change=${(event: any) => {
|
||||
this._onRouteChange(event);
|
||||
}}></umb-router-slot>`;
|
||||
return html` <umb-router-slot .routes=${this._routes} @change=${this._onRouteChange}></umb-router-slot>`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
|
||||
import { css, html, nothing } from 'lit';
|
||||
import { customElement, property, state } from 'lit/decorators.js';
|
||||
import { IRoutingInfo, matchRoutes } from 'router-slot';
|
||||
import { IRoutingInfo } from 'router-slot';
|
||||
import { map } from 'rxjs';
|
||||
import { repeat } from 'lit/directives/repeat.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user