@atooyu/uxto-ui 1.0.4 → 1.0.6

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 CHANGED
@@ -2173,10 +2173,10 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
2173
2173
  const indicatorStyle = vue.computed(() => {
2174
2174
  const style = {};
2175
2175
  if (props.indicatorColor) {
2176
- style.setProperty("--indicator-color", props.indicatorColor);
2176
+ style["--indicator-color"] = props.indicatorColor;
2177
2177
  }
2178
2178
  if (props.indicatorActiveColor) {
2179
- style.setProperty("--indicator-active-color", props.indicatorActiveColor);
2179
+ style["--indicator-active-color"] = props.indicatorActiveColor;
2180
2180
  }
2181
2181
  return style;
2182
2182
  });
@@ -2272,7 +2272,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
2272
2272
  };
2273
2273
  }
2274
2274
  });
2275
- const uSwiper = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-5602345b"]]);
2275
+ const uSwiper = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-aa989e67"]]);
2276
2276
  const __default__$o = {
2277
2277
  options: {
2278
2278
  virtualHost: true,