2
0
mirror of https://github.com/esiur/iui.git synced 2026-04-04 23:18:21 +00:00

DateTimePicker

This commit is contained in:
2024-07-06 14:13:27 +03:00
parent 2d73f0c63c
commit b75bb9869f
6 changed files with 64 additions and 144 deletions

View File

@@ -13,6 +13,7 @@ export default IUI.module(
this._register("show");
this._register("hide");
this._register("load");
}
async setData(value) {
@@ -150,6 +151,7 @@ export default IUI.module(
created() {
this.refs._build();
this._emit("load", { route: this });
}
set(value) {