@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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -42494,7 +42494,7 @@ const tableProps_box = reactive(unclassified.deepClone.deepMerge(
|
|
|
42494
42494
|
props.myProps
|
|
42495
42495
|
));
|
|
42496
42496
|
|
|
42497
|
-
|
|
42497
|
+
let a = reactive(props.modelValue);
|
|
42498
42498
|
watch(a, function (newVal, oldVal) {
|
|
42499
42499
|
|
|
42500
42500
|
console.log('测试 222', newVal);
|