@airpower/web 0.2.48 → 0.2.49
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 +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -18252,9 +18252,9 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
18252
18252
|
key: 4,
|
|
18253
18253
|
money: getValue(scope, item.key)
|
|
18254
18254
|
}, null, 8, ["money"])) : item.payload ? (openBlock(), createElementBlock(Fragment, { key: 5 }, [
|
|
18255
|
-
item.array ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(getValue(scope, item.key), (payload
|
|
18255
|
+
item.array ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(getValue(scope, item.key), (payload) => {
|
|
18256
18256
|
return openBlock(), createBlock(unref(APayload), {
|
|
18257
|
-
key:
|
|
18257
|
+
key: payload.id,
|
|
18258
18258
|
payload
|
|
18259
18259
|
}, null, 8, ["payload"]);
|
|
18260
18260
|
}), 128)) : (openBlock(), createBlock(unref(APayload), {
|