@maxtropy/v-components 0.1.16-beta.11 → 0.1.16-beta.12
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/mx-vcomponents.es.js +4 -8
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -26450,7 +26450,7 @@ const WN = { class: "menu-gorups" }, jN = { class: "menu-group-title" }, YN = {
|
|
|
26450
26450
|
const g = E(() => m(u.value)), h = E(() => y.value && p ? p.value.find((k) => {
|
|
26451
26451
|
var B;
|
|
26452
26452
|
return k.currentId === ((B = y.value) == null ? void 0 : B.rootId);
|
|
26453
|
-
}) : null), A = T(), y = E(() =>
|
|
26453
|
+
}) : null), A = T(), y = E(() => A.value ? d.value[A.value] : null), b = (k) => {
|
|
26454
26454
|
a.value = k.trim();
|
|
26455
26455
|
}, w = E(
|
|
26456
26456
|
() => {
|
|
@@ -26481,18 +26481,14 @@ const WN = { class: "menu-gorups" }, jN = { class: "menu-group-title" }, YN = {
|
|
|
26481
26481
|
},
|
|
26482
26482
|
() => {
|
|
26483
26483
|
var D, M;
|
|
26484
|
-
const { hash: k, pathname: B } = window.location;
|
|
26485
|
-
console.log("路由触发", window.location);
|
|
26486
|
-
const F = Ws() ? [3, 6] : [0, 4];
|
|
26484
|
+
const { hash: k, pathname: B } = window.location, F = Ws() ? [3, 6] : [0, 4];
|
|
26487
26485
|
let N = B;
|
|
26488
26486
|
k ? N = k.replace("#", "").split("/").slice(...F).join("/") : N = B.split("/").slice(...F).join("/");
|
|
26489
26487
|
const z = (M = (D = l.value) == null ? void 0 : D.currentRoute) == null ? void 0 : M.value.query[Ao];
|
|
26490
|
-
z && (N += `?${Ao}=${z}`), A.value = N
|
|
26488
|
+
z && (N += `?${Ao}=${z}`), A.value = N;
|
|
26491
26489
|
},
|
|
26492
26490
|
{
|
|
26493
|
-
|
|
26494
|
-
immediate: !0,
|
|
26495
|
-
deep: !0
|
|
26491
|
+
immediate: !0
|
|
26496
26492
|
}
|
|
26497
26493
|
), (k, B) => {
|
|
26498
26494
|
const O = Ie("router-link"), F = Ie("el-icon"), N = Ie("mx-option"), z = Ie("mx-select");
|