@yoooloo42/joker 1.0.224 → 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 +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
|
@@ -23455,7 +23455,7 @@ watch(
|
|
|
23455
23455
|
}
|
|
23456
23456
|
);
|
|
23457
23457
|
watch(
|
|
23458
|
-
()=>props.
|
|
23458
|
+
()=>props.modelValue[propsItem_box.fieldName],
|
|
23459
23459
|
(newVal, oldVal) => {
|
|
23460
23460
|
console.log('测试 111', newVal);
|
|
23461
23461
|
},
|