add new changes
This commit is contained in:
+1
@@ -127,6 +127,7 @@ class AuthLoader extends HTMLElement {
|
||||
console.log(this.payment);
|
||||
this._shadowRoot = this.attachShadow({ 'mode': 'open' });
|
||||
this._shadowRoot.appendChild(template.content.cloneNode(true));
|
||||
this.show();
|
||||
}
|
||||
|
||||
static get observedAttributes() {
|
||||
|
||||
Reference in New Issue
Block a user