@maxtropy/v-components 0.0.4-beta.2 → 0.0.4-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.
|
@@ -8812,7 +8812,7 @@ const hy = { class: "menu-gorups" }, Cy = { class: "menu-group-title" }, Ey = {
|
|
|
8812
8812
|
};
|
|
8813
8813
|
return v(Fo(n.devMenu)), (A = s.value) == null ? void 0 : A.concat(g);
|
|
8814
8814
|
}
|
|
8815
|
-
return s;
|
|
8815
|
+
return s.value;
|
|
8816
8816
|
}), a = C(() => {
|
|
8817
8817
|
const A = Nl(s.value);
|
|
8818
8818
|
return n.devMenu && process.env.NODE_ENV === "development" && A.unshift(n.devMenu), A;
|
|
@@ -9004,7 +9004,7 @@ const Sy = /* @__PURE__ */ Io(Ty, [["__scopeId", "data-v-413924a7"]]), uo = /* @
|
|
|
9004
9004
|
};
|
|
9005
9005
|
return b(Fo(n.devMenu)), (I = A.value) == null ? void 0 : I.concat(K);
|
|
9006
9006
|
}
|
|
9007
|
-
return A;
|
|
9007
|
+
return A.value;
|
|
9008
9008
|
}), v = C(() => {
|
|
9009
9009
|
const I = Nl(A.value);
|
|
9010
9010
|
return n.devMenu && process.env.NODE_ENV === "development" && I.unshift(n.devMenu), I;
|