@maxtropy/v-components 0.1.12-beta.0 → 0.1.12-beta.2
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.
|
@@ -25254,7 +25254,7 @@ const lP = ["onClick"], Vr = /* @__PURE__ */ U({
|
|
|
25254
25254
|
return r.value;
|
|
25255
25255
|
}), l = I(() => Wu(a.value)), i = I(() => A5(a.value ?? [])), u = x(), c = I(() => {
|
|
25256
25256
|
if (u.value && !n.reassign) {
|
|
25257
|
-
let d = l.value[u.value];
|
|
25257
|
+
let d = l.value[u.value] ?? l.value["/" + u.value];
|
|
25258
25258
|
if (d)
|
|
25259
25259
|
return [
|
|
25260
25260
|
{ name: i.value[d.rootId].name },
|
|
@@ -25282,7 +25282,7 @@ const lP = ["onClick"], Vr = /* @__PURE__ */ U({
|
|
|
25282
25282
|
A != -1 && (m += Ql(d.substring(A), io));
|
|
25283
25283
|
} else
|
|
25284
25284
|
m = f.split("/").slice(...h).join("/"), m += Ql(g, io);
|
|
25285
|
-
u.value = m;
|
|
25285
|
+
console.log("currentPath", m), u.value = m;
|
|
25286
25286
|
},
|
|
25287
25287
|
{
|
|
25288
25288
|
immediate: !0,
|