@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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +14 -14
- package/package.json +1 -1
- package/src/components/u-tabbar/u-tabbar.vue +3 -3
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--
|
|
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-
|
|
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,
|