@atooyu/uxto-ui 1.1.6 → 1.1.8

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
@@ -5029,7 +5029,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
5029
5029
  ], 2),
5030
5030
  createElementVNode("view", _hoisted_3, [
5031
5031
  createElementVNode("view", {
5032
- class: normalizeClass(["u-tabbar__center-btn", { "u-tabbar__center-btn--active": __props.modelValue === __props.centerTab.value }]),
5032
+ class: normalizeClass(["u-tabbar__center-btn", {
5033
+ "u-tabbar__center-btn--active": __props.modelValue === __props.centerTab.value,
5034
+ "u-tabbar__center-btn--left-active": __props.modelValue === __props.leftTab.value
5035
+ }]),
5033
5036
  onClick: _cache[1] || (_cache[1] = ($event) => switchTab(__props.centerTab.value))
5034
5037
  }, [
5035
5038
  createElementVNode("text", _hoisted_4, toDisplayString(__props.centerBrand), 1),
@@ -5056,7 +5059,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
5056
5059
  };
5057
5060
  }
5058
5061
  });
5059
- const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5998a8d0"]]);
5062
+ const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-69811cb8"]]);
5060
5063
  export {
5061
5064
  uAvatar as UAvatar,
5062
5065
  uBadge as UBadge,