@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.
- package/dist/airpower.es.js +9 -1
- package/dist/airpower.umd.js +9 -1
- package/package.json +1 -1
package/dist/airpower.es.js
CHANGED
|
@@ -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
|
-
|
|
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);
|
package/dist/airpower.umd.js
CHANGED
|
@@ -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
|
-
|
|
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);
|