@golstats/gsc-landing 1.0.106 → 1.0.107
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/gsc-landing.js +3 -3
- package/dist/gsc-landing.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -1
package/dist/gsc-landing.js
CHANGED
|
@@ -44353,7 +44353,7 @@ const qt = EL(), rB = {
|
|
|
44353
44353
|
} = await n.get(i);
|
|
44354
44354
|
let c = [], l = [];
|
|
44355
44355
|
const [d, u, m] = await Promise.all(a);
|
|
44356
|
-
c = [d.data, u.data, m.data
|
|
44356
|
+
c = [], d && c.push(d.data), u && c.push(u.data), m && c.push(m.data);
|
|
44357
44357
|
for (let h = 0; h < c.length; h++)
|
|
44358
44358
|
l = l.concat(c[h].plays);
|
|
44359
44359
|
this.gamesAllStories = [];
|
|
@@ -44640,7 +44640,7 @@ const qt = EL(), rB = {
|
|
|
44640
44640
|
},
|
|
44641
44641
|
async created() {
|
|
44642
44642
|
}
|
|
44643
|
-
}, Si = (s) => (qe("data-v-
|
|
44643
|
+
}, Si = (s) => (qe("data-v-ece038b4"), s = s(), Ye(), s), lB = {
|
|
44644
44644
|
class: "gsclanding",
|
|
44645
44645
|
ref: "landingref"
|
|
44646
44646
|
}, cB = {
|
|
@@ -44937,7 +44937,7 @@ function jB(s, e, t, i, n, a) {
|
|
|
44937
44937
|
], 2)
|
|
44938
44938
|
], 512);
|
|
44939
44939
|
}
|
|
44940
|
-
const JB = /* @__PURE__ */ Ct(rB, [["render", jB], ["__scopeId", "data-v-
|
|
44940
|
+
const JB = /* @__PURE__ */ Ct(rB, [["render", jB], ["__scopeId", "data-v-ece038b4"]]);
|
|
44941
44941
|
export {
|
|
44942
44942
|
JB as GSCLanding
|
|
44943
44943
|
};
|