@yoooloo42/joker 1.0.205 → 1.0.206
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 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -24468,10 +24468,7 @@ var script$g = {
|
|
|
24468
24468
|
setup(__props) {
|
|
24469
24469
|
|
|
24470
24470
|
const props = __props;
|
|
24471
|
-
const myProps_box = reactive(unclassified.deepClone.
|
|
24472
|
-
unclassified.deepClone.deepClone(ly0default$2.myProps),
|
|
24473
|
-
props.myProps
|
|
24474
|
-
));
|
|
24471
|
+
const myProps_box = reactive(unclassified.deepClone.deepDefaults(props.myProps, ly0default$2.myProps));
|
|
24475
24472
|
const scopeThis_box = reactive(props.scopeThis);
|
|
24476
24473
|
|
|
24477
24474
|
const handleRun = (
|