@bsgoal/common 1.7.7 → 1.7.8
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/index.mjs
CHANGED
|
@@ -2199,6 +2199,13 @@ const Ia = { class: "bsgoal-base-tabs" }, Fa = {
|
|
|
2199
2199
|
modelValue: {
|
|
2200
2200
|
type: [String],
|
|
2201
2201
|
default: ""
|
|
2202
|
+
},
|
|
2203
|
+
/**
|
|
2204
|
+
* 是否自动撑开
|
|
2205
|
+
*/
|
|
2206
|
+
stretch: {
|
|
2207
|
+
type: [Boolean],
|
|
2208
|
+
default: !1
|
|
2202
2209
|
}
|
|
2203
2210
|
},
|
|
2204
2211
|
emits: ["update:modelValue"],
|
|
@@ -2210,7 +2217,7 @@ const Ia = { class: "bsgoal-base-tabs" }, Fa = {
|
|
|
2210
2217
|
const s = g("el-tab-pane"), t = g("el-tabs");
|
|
2211
2218
|
return o(), E("div", Ia, [
|
|
2212
2219
|
B(t, {
|
|
2213
|
-
stretch:
|
|
2220
|
+
stretch: e.stretch,
|
|
2214
2221
|
class: "bsgoal_base_tabs",
|
|
2215
2222
|
type: e.type,
|
|
2216
2223
|
"model-value": e.modelValue,
|
|
@@ -2231,7 +2238,7 @@ const Ia = { class: "bsgoal-base-tabs" }, Fa = {
|
|
|
2231
2238
|
}, 1032, ["label", "name"]))), 128))
|
|
2232
2239
|
]),
|
|
2233
2240
|
_: 3
|
|
2234
|
-
}, 8, ["type", "model-value"])
|
|
2241
|
+
}, 8, ["stretch", "type", "model-value"])
|
|
2235
2242
|
]);
|
|
2236
2243
|
};
|
|
2237
2244
|
}
|