2
0
mirror of https://github.com/esiur/iui.git synced 2026-04-04 15:08:21 +00:00
This commit is contained in:
2025-11-26 18:47:05 +03:00
parent 3c70801d08
commit 67e4b5268b
9 changed files with 239 additions and 6 deletions

View File

@@ -49,8 +49,11 @@ export default IUI.module(class Include extends IUIElement
await IUI.create(this);
IUI.bind(this, true, "include:" + src, this.scope);
this.refs._build();
await IUI.created(this);
await IUI.render(this, this._data, true);
await super.setData(this._data, this._radix);
//await IUI.render(this, this._data, true);
}
// // call create for the new elements