test-bentoweb-ui 1.0.62 → 1.0.63

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.
@@ -10538,7 +10538,7 @@ const UC = {
10538
10538
  },
10539
10539
  computed: {
10540
10540
  slidesKey() {
10541
- return JSON.stringify(this.slides.map((e) => e.src + e.link));
10541
+ return JSON.stringify(this.slides.map((e) => e.src + e.link)) + this.mobileScreenMode;
10542
10542
  },
10543
10543
  mobileSlidesPerView() {
10544
10544
  switch (this.size) {
@@ -10614,7 +10614,7 @@ function JC(e, t, n, r, a, i) {
10614
10614
  }, 16, ["modules", "onSwiper"]))
10615
10615
  ], 2);
10616
10616
  }
10617
- const ZC = /* @__PURE__ */ Zt(UC, [["render", JC], ["__scopeId", "data-v-be681924"]]), ex = {
10617
+ const ZC = /* @__PURE__ */ Zt(UC, [["render", JC], ["__scopeId", "data-v-01fd93e7"]]), ex = {
10618
10618
  name: "BtwSelect",
10619
10619
  props: {
10620
10620
  id: {