@yoooloo42/joker 1.0.187 → 1.0.188
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 +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -24110,6 +24110,7 @@ const hdl = {
|
|
|
24110
24110
|
// 执行用户句柄
|
|
24111
24111
|
await formProps_box.submit.handle({
|
|
24112
24112
|
formData: formData_box,
|
|
24113
|
+
formProps: formProps_box,
|
|
24113
24114
|
scopeThis: scopeThis_box
|
|
24114
24115
|
});
|
|
24115
24116
|
}
|