ire-preview 2.2.1 → 2.2.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/lib.es.js +3 -3
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -1223,11 +1223,11 @@ const Cube = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$1]
|
|
|
1223
1223
|
(I = l.flat) != null && I.offer_price ? (openBlock(), createElementBlock("div", _hoisted_24, [
|
|
1224
1224
|
createElementVNode("div", _hoisted_25, toDisplayString(Number((H = l.flat) == null ? void 0 : H.price).toLocaleString()), 1),
|
|
1225
1225
|
createElementVNode("div", _hoisted_26, [
|
|
1226
|
-
createTextVNode(toDisplayString(Number((W = l.flat) == null ? void 0 : W.offer_price).toLocaleString()), 1),
|
|
1227
|
-
_[8] || (_[8] = createElementVNode("
|
|
1226
|
+
createTextVNode(toDisplayString(Number((W = l.flat) == null ? void 0 : W.offer_price).toLocaleString()) + " ", 1),
|
|
1227
|
+
_[8] || (_[8] = createElementVNode("span", { class: "!ire-text-md ire-ml-1" }, "$", -1))
|
|
1228
1228
|
])
|
|
1229
1229
|
])) : (openBlock(), createElementBlock("div", _hoisted_23, [
|
|
1230
|
-
createTextVNode(toDisplayString(Number((F = l.flat) == null ? void 0 : F.price).toLocaleString()), 1),
|
|
1230
|
+
createTextVNode(toDisplayString(Number((F = l.flat) == null ? void 0 : F.price).toLocaleString()) + " ", 1),
|
|
1231
1231
|
_[7] || (_[7] = createElementVNode("sup", { class: "!ire-text-sm" }, "$", -1))
|
|
1232
1232
|
]))
|
|
1233
1233
|
]),
|