@airpower/web 0.0.1 → 0.0.2

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.
@@ -70547,7 +70547,15 @@ const _export_sfc = (sfc, props2) => {
70547
70547
  const _sfc_main = {};
70548
70548
  const _hoisted_1 = { class: "airpower-app" };
70549
70549
  function _sfc_render(_ctx, _cache) {
70550
- return openBlock(), createElementBlock("div", _hoisted_1);
70550
+ const _component_el_button = resolveComponent("el-button");
70551
+ return openBlock(), createElementBlock("div", _hoisted_1, [
70552
+ createVNode(_component_el_button, null, {
70553
+ default: withCtx(() => _cache[0] || (_cache[0] = [
70554
+ createTextVNode("你好")
70555
+ ])),
70556
+ _: 1
70557
+ })
70558
+ ]);
70551
70559
  }
70552
70560
  const App = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
70553
70561
  const app = createApp(App);
@@ -70551,7 +70551,15 @@ For more detail, please visit: ${ref2}
70551
70551
  const _sfc_main = {};
70552
70552
  const _hoisted_1 = { class: "airpower-app" };
70553
70553
  function _sfc_render(_ctx, _cache) {
70554
- return openBlock(), createElementBlock("div", _hoisted_1);
70554
+ const _component_el_button = resolveComponent("el-button");
70555
+ return openBlock(), createElementBlock("div", _hoisted_1, [
70556
+ createVNode(_component_el_button, null, {
70557
+ default: withCtx(() => _cache[0] || (_cache[0] = [
70558
+ createTextVNode("你好")
70559
+ ])),
70560
+ _: 1
70561
+ })
70562
+ ]);
70555
70563
  }
70556
70564
  const App = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
70557
70565
  const app = createApp(App);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "description": "AirPower, 一个基于TypeScript的开发工具包, 内置了数据转换、装饰器、时间日期处理、加解密与散列、文件处理、常用枚举和字典、常见数据结构处理等工具。",
6
6
  "author": {
7
7
  "name": "Hamm",