sybz-components 0.0.2 → 0.0.3

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.
@@ -2559,7 +2559,7 @@ const yn = Object.freeze(Object.defineProperty({ __proto__: null, AddLocation: e
2559
2559
  };
2560
2560
  } }), bu = se(yu), Au = { class: "s-test" }, xu = p({ name: "STest", __name: "index", props: { label: { type: String, default: "打包时间" }, prefix: { type: String, default: "" } }, setup(e) {
2561
2561
  const t = e, a = L(() => {
2562
- const n = `${t.label}: 2026-06-08 17:45:49`;
2562
+ const n = `${t.label}: 2026-06-09 10:10:08`;
2563
2563
  return t.prefix ? `${t.prefix}${n}` : n;
2564
2564
  });
2565
2565
  return (n, o) => (i(), u("div", Au, le(a.value), 1));