mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
implemented modals
This commit is contained in:
@@ -20,7 +20,7 @@ class BaseLayoutElement extends HTMLElement {
|
||||
};
|
||||
|
||||
setElement = (newTag: string) => {
|
||||
const _appSlot = `<${newTag}></${newTag}>`;
|
||||
const _appSlot = `<div data-target="base-layout.content"><${newTag}></${newTag}></div>`;
|
||||
this._appSlot = _appSlot;
|
||||
this.appSlot.innerHTML = _appSlot;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user