@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.mjs
CHANGED
|
@@ -2269,6 +2269,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
2269
2269
|
return openBlock(), createElementBlock("view", _hoisted_1$l, [
|
|
2270
2270
|
createVNode(_component_swiper, {
|
|
2271
2271
|
class: "u-swiper__wrapper",
|
|
2272
|
+
style: normalizeStyle({ height: swiperHeight.value }),
|
|
2272
2273
|
autoplay: __props.autoplay,
|
|
2273
2274
|
interval: __props.interval,
|
|
2274
2275
|
duration: __props.duration,
|
|
@@ -2285,7 +2286,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
2285
2286
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
2286
2287
|
]),
|
|
2287
2288
|
_: 3
|
|
2288
|
-
}, 8, ["autoplay", "interval", "duration", "indicator-dots", "indicator-color", "indicator-active-color", "circular", "vertical", "current"]),
|
|
2289
|
+
}, 8, ["style", "autoplay", "interval", "duration", "indicator-dots", "indicator-color", "indicator-active-color", "circular", "vertical", "current"]),
|
|
2289
2290
|
__props.loading ? (openBlock(), createElementBlock("view", _hoisted_2$h, [..._cache[0] || (_cache[0] = [
|
|
2290
2291
|
createElementVNode("view", { class: "u-swiper__loading-icon" }, null, -1)
|
|
2291
2292
|
])])) : createCommentVNode("", true),
|
|
@@ -2314,7 +2315,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
2314
2315
|
};
|
|
2315
2316
|
}
|
|
2316
2317
|
});
|
|
2317
|
-
const uSwiper = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-
|
|
2318
|
+
const uSwiper = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-3e21a0fe"]]);
|
|
2318
2319
|
const __default__$o = {
|
|
2319
2320
|
options: {
|
|
2320
2321
|
virtualHost: true,
|