@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.
- package/dist/simcode-ui.es.js +1 -1
- package/dist/simcode-ui.umd.js +1 -1
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/simcode-ui.es.js
CHANGED
|
@@ -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] :
|
|
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";
|