@yoooloo42/joker 1.0.125 → 1.0.126
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.cjs.js +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -43578,8 +43578,9 @@ const hdl = {
|
|
|
43578
43578
|
popup.visible = true;
|
|
43579
43579
|
},
|
|
43580
43580
|
submit() {
|
|
43581
|
-
|
|
43582
|
-
|
|
43581
|
+
modelValue_box[props.myProps.thumb.fieldName] = popup.formData.thumb;
|
|
43582
|
+
modelValue_box[props.myProps.name.fieldName] = popup.formData.name;
|
|
43583
|
+
modelValue_box[props.myProps.number.fieldName] = popup.formData.number;
|
|
43583
43584
|
// 触发 update:modelValue 事件更新父组件的 v-model 绑定的值
|
|
43584
43585
|
emit("update:modelValue", modelValue_box);
|
|
43585
43586
|
popup.visible = false;
|