render override declarations

This commit is contained in:
Niels Lyngsø
2024-06-21 11:40:46 +02:00
parent e9606eca79
commit c2616d4e40
365 changed files with 388 additions and 386 deletions

View File

@@ -126,7 +126,7 @@ export default class MyElement extends UmbElementMixin(LitElement) {
this._notificationContext?.peek('positive', { data: { message: '#h5yr' } });
}
render() {
override render() {
return html`
<uui-box headline="Welcome">
<p>A TypeScript Lit Dashboard</p>