@yoooloo42/joker 1.0.104 → 1.0.105
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 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22615,7 +22615,7 @@ var script$g = {
|
|
|
22615
22615
|
|
|
22616
22616
|
const props = __props;
|
|
22617
22617
|
|
|
22618
|
-
let formData_box =
|
|
22618
|
+
let formData_box = props.modelValue;
|
|
22619
22619
|
const formProps_box = reactive(Object.assign({}, props.myProps));
|
|
22620
22620
|
const scopeThis_box = reactive(props.scopeThis);
|
|
22621
22621
|
const propsItem_box = reactive(Object.assign({}, props.item));
|
|
@@ -23359,7 +23359,7 @@ var script$f = {
|
|
|
23359
23359
|
|
|
23360
23360
|
const props = __props;
|
|
23361
23361
|
|
|
23362
|
-
let formData_box =
|
|
23362
|
+
let formData_box = props.modelValue;
|
|
23363
23363
|
const formProps_box = reactive(Object.assign({}, props.myProps));
|
|
23364
23364
|
const scopeThis_box = reactive(props.scopeThis);
|
|
23365
23365
|
|
|
@@ -23600,7 +23600,7 @@ var script$e = {
|
|
|
23600
23600
|
|
|
23601
23601
|
const props = __props;
|
|
23602
23602
|
|
|
23603
|
-
let formData_box =
|
|
23603
|
+
let formData_box = props.modelValue;
|
|
23604
23604
|
const formProps_box = reactive(Object.assign({}, ly0default$2.myProps, props.myProps));
|
|
23605
23605
|
const scopeThis_box = reactive(props.scopeThis);
|
|
23606
23606
|
|