@a2simcode/ui 0.0.293 → 0.0.294
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/simcode-ui.es.js
CHANGED
|
@@ -5422,7 +5422,7 @@ var Xp = class {
|
|
|
5422
5422
|
get() {
|
|
5423
5423
|
let V;
|
|
5424
5424
|
const ke = j.value;
|
|
5425
|
-
if (H ? V = n.modelValue : v ? V = v[ke] : s ? V = s[ke] : (console.warn("[comp] modelValue 未被外部显式传入"), V = void 0), V === void 0 && U.value === "j-tabs") {
|
|
5425
|
+
if (H ? V = n.modelValue : v ? V = v[ke] : s ? V = s[ke] : (console.warn("[comp] modelValue 未被外部显式传入", n.type, n.id), V = void 0), V === void 0 && U.value === "j-tabs") {
|
|
5426
5426
|
if (M.value?.defaultValue) return M.value.defaultValue;
|
|
5427
5427
|
const Ee = n.children.findIndex((Ae) => Ae.config?.active);
|
|
5428
5428
|
return Ee > -1 ? "_tab" + Ee : "_tab0";
|