@yoooloo42/joker 1.0.225 → 1.0.226

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
@@ -23439,8 +23439,7 @@ var script$j = {
23439
23439
  default: () => ({})
23440
23440
  }
23441
23441
  },
23442
- emits: ['update:modelValue', 'change'],
23443
- setup(__props, { emit: __emit }) {
23442
+ setup(__props) {
23444
23443
 
23445
23444
  const props = __props;
23446
23445
 
@@ -23460,7 +23459,7 @@ vue.watch(
23460
23459
  }
23461
23460
  );
23462
23461
  vue.watch(
23463
- ()=>props.myProps[propsItem_box.fieldName],
23462
+ ()=>props.modelValue[propsItem_box.fieldName],
23464
23463
  (newVal, oldVal) => {
23465
23464
  console.log('测试 111', newVal);
23466
23465
  },