st-comp 0.0.64 → 0.0.65
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/lib/bundle.js +2 -2
- package/lib/bundle.umd.cjs +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/packages/Kline/componentsNew/KlineTips/index.vue +1 -1
- package/src/pages/KlineNew/components/KlineNew/index.vue +2 -3
- package/src/pages/KlineNew/components/KlineNew/utils.js +2 -2
- package/src/pages/KlineNew/components/KlineSlideNew/index.vue +4 -4
- package/src/pages/KlineNew/components/KlineSlideNew/utils.js +1 -1
- package/src/pages/KlineNew/index.vue +7 -7
package/lib/bundle.js
CHANGED
|
@@ -38606,7 +38606,7 @@ const Rue = { class: "kline-tips" }, Fue = {
|
|
|
38606
38606
|
{ label: "低", value: t(M[2]) },
|
|
38607
38607
|
{ label: "收", value: t(M[1]) }
|
|
38608
38608
|
];
|
|
38609
|
-
M[4] !==
|
|
38609
|
+
M[4] !== null && C.push({ label: "额", value: n(M[4]) });
|
|
38610
38610
|
let L;
|
|
38611
38611
|
return M[6] > 0 ? L = "red" : M[6] < 0 && (L = "green"), C.push({ label: "涨跌", value: `${t(M[6])}%`, color: L }), C;
|
|
38612
38612
|
}
|
|
@@ -38621,7 +38621,7 @@ const Rue = { class: "kline-tips" }, Fue = {
|
|
|
38621
38621
|
Ke(q8, { data: y.value }, null, 8, ["data"])
|
|
38622
38622
|
]));
|
|
38623
38623
|
}
|
|
38624
|
-
}, zue = /* @__PURE__ */ Rn(Fue, [["__scopeId", "data-v-
|
|
38624
|
+
}, zue = /* @__PURE__ */ Rn(Fue, [["__scopeId", "data-v-a12855fe"]]), Pue = {
|
|
38625
38625
|
__name: "index",
|
|
38626
38626
|
setup(e, { expose: t }) {
|
|
38627
38627
|
return t({
|