@yoooloo42/joker 1.0.293 → 1.0.294
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 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -44200,6 +44200,9 @@ var formProps = {
|
|
|
44200
44200
|
await scopeThis.handles.submit({
|
|
44201
44201
|
scopeThis
|
|
44202
44202
|
});
|
|
44203
|
+
await scopeThis.handles.init({
|
|
44204
|
+
scopeThis
|
|
44205
|
+
});
|
|
44203
44206
|
}
|
|
44204
44207
|
}
|
|
44205
44208
|
};
|