@atooyu/uxto-ui 1.1.7 → 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.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +19 -11
- package/package.json +1 -1
- package/src/components/u-tabbar/u-tabbar.vue +15 -1
package/dist/index.js
CHANGED
|
@@ -5031,7 +5031,10 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
5031
5031
|
], 2),
|
|
5032
5032
|
vue.createElementVNode("view", _hoisted_3, [
|
|
5033
5033
|
vue.createElementVNode("view", {
|
|
5034
|
-
class: vue.normalizeClass(["u-tabbar__center-btn", {
|
|
5034
|
+
class: vue.normalizeClass(["u-tabbar__center-btn", {
|
|
5035
|
+
"u-tabbar__center-btn--active": __props.modelValue === __props.centerTab.value,
|
|
5036
|
+
"u-tabbar__center-btn--left-active": __props.modelValue === __props.leftTab.value
|
|
5037
|
+
}]),
|
|
5035
5038
|
onClick: _cache[1] || (_cache[1] = ($event) => switchTab(__props.centerTab.value))
|
|
5036
5039
|
}, [
|
|
5037
5040
|
vue.createElementVNode("text", _hoisted_4, vue.toDisplayString(__props.centerBrand), 1),
|
|
@@ -5058,7 +5061,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
5058
5061
|
};
|
|
5059
5062
|
}
|
|
5060
5063
|
});
|
|
5061
|
-
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
5064
|
+
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-69811cb8"]]);
|
|
5062
5065
|
exports.UAvatar = uAvatar;
|
|
5063
5066
|
exports.UBadge = uBadge;
|
|
5064
5067
|
exports.UButton = uButton;
|