pull/1/head
Jan Umbach 2024-05-30 12:32:35 +02:00
parent 771e203ae9
commit 0b001e2b96
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
this.currentVariant = id;
// edit inner html
this.shadowRoot.innerHTML = `<div>Init variant: ${this.currentVariant}</div>`;
this.innerHTML = `<div>Init variant: ${this.currentVariant}</div>`;
}
disconnectedCallback() {