@maxtropy/v-components 0.1.5-beta.2 → 0.1.5-beta.3

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.
@@ -9105,7 +9105,7 @@ function fu() {
9105
9105
  const VI = _o(() => new qo(xI));
9106
9106
  function Vn(e) {
9107
9107
  VI().subscribe((n) => {
9108
- e == null || e(n ?? []);
9108
+ e == null || e(n);
9109
9109
  });
9110
9110
  }
9111
9111
  function NI(e) {
@@ -9980,8 +9980,8 @@ const Wy = { class: "header-wrapper" }, Jy = { class: "header-right" }, Gy = { c
9980
9980
  },
9981
9981
  setup(e) {
9982
9982
  const t = e, n = B(!1);
9983
- return Vn(() => {
9984
- n.value = !0;
9983
+ return Vn((o) => {
9984
+ o && (n.value = !0);
9985
9985
  }), (o, r) => {
9986
9986
  const s = ae("SystemContent"), i = ae("HeadNavigation"), a = ae("SwitchStaff"), l = ae("el-divider"), c = ae("UserContent"), A = ae("SiderMenu");
9987
9987
  return I(), x("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.1.5-beta.2",
3
+ "version": "0.1.5-beta.3",
4
4
  "files": [
5
5
  "dist"
6
6
  ],