mirror of
https://github.com/esiur/iui.git
synced 2025-05-06 06:42:58 +00:00
include
This commit is contained in:
parent
657e9b7938
commit
c980418197
@ -45,12 +45,9 @@ export default IUI.module(class Include extends IUIElement
|
||||
|
||||
//let xeval = (code) => eval(code);
|
||||
|
||||
if (window?.app?.loaded)
|
||||
{
|
||||
if (window?.app?.loaded) {
|
||||
await IUI.create(this);
|
||||
IUI.bind(this, true, "include:" + src,
|
||||
IUI.extend(this._i__bindings.scope, this.scope, true));
|
||||
|
||||
IUI.bind(this, true, "include:" + src, this.scope);
|
||||
this.refs._build();
|
||||
await IUI.created(this);
|
||||
await IUI.render(this, this._data, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user