@atooyu/uxto-ui 1.1.3 → 1.1.5
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/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +19 -20
- package/package.json +1 -1
- package/src/components/u-swiper/u-swiper.vue +1 -1
package/dist/index.js
CHANGED
|
@@ -2271,6 +2271,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
2271
2271
|
return vue.openBlock(), vue.createElementBlock("view", _hoisted_1$l, [
|
|
2272
2272
|
vue.createVNode(_component_swiper, {
|
|
2273
2273
|
class: "u-swiper__wrapper",
|
|
2274
|
+
style: vue.normalizeStyle({ height: swiperHeight.value }),
|
|
2274
2275
|
autoplay: __props.autoplay,
|
|
2275
2276
|
interval: __props.interval,
|
|
2276
2277
|
duration: __props.duration,
|
|
@@ -2287,7 +2288,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
2287
2288
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
2288
2289
|
]),
|
|
2289
2290
|
_: 3
|
|
2290
|
-
}, 8, ["autoplay", "interval", "duration", "indicator-dots", "indicator-color", "indicator-active-color", "circular", "vertical", "current"]),
|
|
2291
|
+
}, 8, ["style", "autoplay", "interval", "duration", "indicator-dots", "indicator-color", "indicator-active-color", "circular", "vertical", "current"]),
|
|
2291
2292
|
__props.loading ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_2$h, [..._cache[0] || (_cache[0] = [
|
|
2292
2293
|
vue.createElementVNode("view", { class: "u-swiper__loading-icon" }, null, -1)
|
|
2293
2294
|
])])) : vue.createCommentVNode("", true),
|
|
@@ -2316,7 +2317,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
2316
2317
|
};
|
|
2317
2318
|
}
|
|
2318
2319
|
});
|
|
2319
|
-
const uSwiper = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-
|
|
2320
|
+
const uSwiper = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-3e21a0fe"]]);
|
|
2320
2321
|
const __default__$o = {
|
|
2321
2322
|
options: {
|
|
2322
2323
|
virtualHost: true,
|