test
parent
431a877361
commit
771e203ae9
|
@ -13,7 +13,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
connectedCallback() {
|
connectedCallback() {
|
||||||
this.attachShadow({ mode: 'open' }); // Attach a shadow root to the element.
|
this.innerHTML = `<div>Hello, world!</div>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
initCurrentVariant(id) {
|
initCurrentVariant(id) {
|
||||||
|
|
Loading…
Reference in New Issue