oeos-components 0.4.12 → 0.4.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3463,7 +3463,7 @@ const o1 = Object.freeze(Object.defineProperty({ __proto__: null, AddLocation: x
|
|
|
3463
3463
|
};
|
|
3464
3464
|
} }), Pv = de(Rv), Uv = { class: "o-test" }, qv = p({ name: "OTest", __name: "index", props: { label: { type: String, default: "打包时间" }, prefix: { type: String, default: "" } }, setup(e) {
|
|
3465
3465
|
const t = e, n = _(() => {
|
|
3466
|
-
const a = `${t.label}: 2026-05-21 10:
|
|
3466
|
+
const a = `${t.label}: 2026-05-21 10:54:14`;
|
|
3467
3467
|
return t.prefix ? `${t.prefix}${a}` : a;
|
|
3468
3468
|
});
|
|
3469
3469
|
return (a, o) => (d(), u("div", Uv, re(n.value), 1));
|