@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.esm.js CHANGED
@@ -23435,8 +23435,7 @@ var script$j = {
23435
23435
  default: () => ({})
23436
23436
  }
23437
23437
  },
23438
- emits: ['update:modelValue', 'change'],
23439
- setup(__props, { emit: __emit }) {
23438
+ setup(__props) {
23440
23439
 
23441
23440
  const props = __props;
23442
23441
 
@@ -23456,7 +23455,7 @@ watch(
23456
23455
  }
23457
23456
  );
23458
23457
  watch(
23459
- ()=>props.myProps[propsItem_box.fieldName],
23458
+ ()=>props.modelValue[propsItem_box.fieldName],
23460
23459
  (newVal, oldVal) => {
23461
23460
  console.log('测试 111', newVal);
23462
23461
  },