add new changes

This commit is contained in:
2023-05-25 12:32:11 +05:30
parent c2f6fbdb94
commit 60ea1797f1
43 changed files with 2938 additions and 1006 deletions
+1
View File
@@ -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() {