@yoooloo42/joker 1.0.208 → 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 CHANGED
@@ -24475,7 +24475,7 @@ const props = __props;
24475
24475
  const myProps_box = vue.reactive(unclassified.deepClone.deepDefaults(props.myProps, ly0default$2.myProps));
24476
24476
  const scopeThis_box = vue.reactive(props.scopeThis);
24477
24477
 
24478
- vue.watch(()=>myProps.menu, (newVal, oldVal) => {
24478
+ vue.watch(()=>props.myProps.menu, (newVal, oldVal) => {
24479
24479
  console.log('测试 000', newVal);
24480
24480
  });
24481
24481
  vue.watch(()=>myProps_box.menu, (newVal, oldVal) => {