@yoooloo42/joker 1.0.153 → 1.0.154

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
@@ -42498,7 +42498,7 @@ const tableProps_box = vue.reactive(unclassified.deepClone.deepMerge(
42498
42498
  props.myProps
42499
42499
  ));
42500
42500
 
42501
- const a = props.modelValue;
42501
+ let a = vue.reactive(props.modelValue);
42502
42502
  vue.watch(a, function (newVal, oldVal) {
42503
42503
 
42504
42504
  console.log('测试 222', newVal);