@yoooloo42/joker 1.0.207 → 1.0.209
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 +4 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -24471,8 +24471,11 @@ const props = __props;
|
|
|
24471
24471
|
const myProps_box = reactive(unclassified.deepClone.deepDefaults(props.myProps, ly0default$2.myProps));
|
|
24472
24472
|
const scopeThis_box = reactive(props.scopeThis);
|
|
24473
24473
|
|
|
24474
|
+
watch(()=>props.myProps.menu, (newVal, oldVal) => {
|
|
24475
|
+
console.log('测试 000', newVal);
|
|
24476
|
+
});
|
|
24474
24477
|
watch(()=>myProps_box.menu, (newVal, oldVal) => {
|
|
24475
|
-
console.log(newVal);
|
|
24478
|
+
console.log('测试 111', newVal);
|
|
24476
24479
|
});
|
|
24477
24480
|
|
|
24478
24481
|
const handleRun = (
|