@a2simcode/ui 0.0.298 → 0.0.299

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.
@@ -5418,7 +5418,7 @@ var qp = class {
5418
5418
  get() {
5419
5419
  let V;
5420
5420
  const ke = j.value;
5421
- if (H ? V = n.modelValue : v ? V = v[ke] : s ? V = s[ke] : (console.warn("[comp] modelValue 未被外部显式传入", n.type, ke), V = void 0), V === void 0 && U.value === "j-tabs") {
5421
+ if (H ? V = n.modelValue : v ? V = v[ke] : s ? V = s[ke] : V = void 0, V === void 0 && U.value === "j-tabs") {
5422
5422
  if (M.value?.defaultValue) return M.value.defaultValue;
5423
5423
  const Ee = n.children.findIndex((Ae) => Ae.config?.active);
5424
5424
  return Ee > -1 ? "_tab" + Ee : "_tab0";