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