@airpower/web 0.2.57 → 0.2.58
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/main.js +9 -6
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -18264,12 +18264,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
18264
18264
|
key: 4,
|
|
18265
18265
|
money: getValue(scope, item.key)
|
|
18266
18266
|
}, null, 8, ["money"])) : item.payload ? (openBlock(), createElementBlock(Fragment, { key: 5 }, [
|
|
18267
|
-
item.array ? (openBlock(
|
|
18268
|
-
|
|
18269
|
-
|
|
18270
|
-
|
|
18271
|
-
|
|
18272
|
-
|
|
18267
|
+
item.array ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18268
|
+
createTextVNode(toDisplayString(getPayloadArray(scope, item.key)) + " ", 1),
|
|
18269
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(getPayloadArray(scope, item.key), (payload) => {
|
|
18270
|
+
return openBlock(), createBlock(unref(APayload), {
|
|
18271
|
+
key: payload.id,
|
|
18272
|
+
payload
|
|
18273
|
+
}, null, 8, ["payload"]);
|
|
18274
|
+
}), 128))
|
|
18275
|
+
], 64)) : (openBlock(), createBlock(unref(APayload), {
|
|
18273
18276
|
key: 1,
|
|
18274
18277
|
payload: getValue(scope, item.key)
|
|
18275
18278
|
}, null, 8, ["payload"]))
|