@wx-design/components 1.4.7 → 1.4.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/es/index.mjs +2 -2
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -19960,8 +19960,8 @@ const vd = /* @__PURE__ */ Qr(sw), Gf = /* @__PURE__ */ rt({
|
|
|
19960
19960
|
automaticDropdown: !0,
|
|
19961
19961
|
modelValue: n[o.field],
|
|
19962
19962
|
"onUpdate:modelValue": (s) => n[o.field] = s,
|
|
19963
|
-
label: n[
|
|
19964
|
-
"onUpdate:label": (s) => n[
|
|
19963
|
+
label: n[r.effectLabelField],
|
|
19964
|
+
"onUpdate:label": (s) => n[r.effectLabelField] = s
|
|
19965
19965
|
}, r, {
|
|
19966
19966
|
scope: e
|
|
19967
19967
|
}), null);
|