oeos-components 0.4.13 → 0.4.14

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.
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  ### 在vue3项目的main.js里引入
8
8
 
9
9
  ```js
10
- import 'oeos-components/dist/style.css'
10
+ import 'oeos-components/style.css'
11
11
  import OeosComponets from 'oeos-components'
12
12
  app.use(OeosComponets)
13
13
  ```
@@ -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:54:14`;
3466
+ const a = `${t.label}: 2026-06-08 15:31:09`;
3467
3467
  return t.prefix ? `${t.prefix}${a}` : a;
3468
3468
  });
3469
3469
  return (a, o) => (d(), u("div", Uv, re(n.value), 1));