@atooyu/uxto-ui 1.1.38 → 1.1.39

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.mjs CHANGED
@@ -4999,7 +4999,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
4999
4999
  createElementVNode("view", {
5000
5000
  class: normalizeClass(["u-tabbar__center-btn", {
5001
5001
  "u-tabbar__center-btn--active": __props.modelValue === __props.centerTab.value,
5002
- "u-tabbar__center-btn--left-active": __props.modelValue === __props.leftTab.value
5002
+ "u-tabbar__center-btn--side-active": __props.modelValue === __props.leftTab.value || __props.modelValue === __props.rightTab.value
5003
5003
  }]),
5004
5004
  onClick: _cache[1] || (_cache[1] = ($event) => switchTab(__props.centerTab.value))
5005
5005
  }, [
@@ -5027,7 +5027,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
5027
5027
  };
5028
5028
  }
5029
5029
  });
5030
- const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-10cb84bc"]]);
5030
+ const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-a344a18d"]]);
5031
5031
  const __default__$1 = {
5032
5032
  options: {
5033
5033
  virtualHost: true,