@airpower/web 0.2.55 → 0.2.56
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 +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -18265,7 +18265,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
18265
18265
|
money: getValue(scope, item.key)
|
|
18266
18266
|
}, null, 8, ["money"])) : item.payload ? (openBlock(), createElementBlock(Fragment, { key: 5 }, [
|
|
18267
18267
|
item.array ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18268
|
-
createTextVNode(toDisplayString(getPayloadArray(scope, item.key)), 1)
|
|
18268
|
+
createTextVNode(toDisplayString(item) + " " + toDisplayString(getPayloadArray(scope, item.key)), 1)
|
|
18269
18269
|
], 64)) : (openBlock(), createBlock(unref(APayload), {
|
|
18270
18270
|
key: 1,
|
|
18271
18271
|
payload: getValue(scope, item.key)
|