pull/1/head
Jan Umbach 2024-05-30 12:31:30 +02:00
parent 431a877361
commit 771e203ae9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
}
connectedCallback() {
this.attachShadow({ mode: 'open' }); // Attach a shadow root to the element.
this.innerHTML = `<div>Hello, world!</div>`;
}
initCurrentVariant(id) {