@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.cjs.js
CHANGED
|
@@ -23459,7 +23459,7 @@ vue.watch(
|
|
|
23459
23459
|
}
|
|
23460
23460
|
);
|
|
23461
23461
|
vue.watch(
|
|
23462
|
-
()=>props.
|
|
23462
|
+
()=>props.modelValue[propsItem_box.fieldName],
|
|
23463
23463
|
(newVal, oldVal) => {
|
|
23464
23464
|
console.log('测试 111', newVal);
|
|
23465
23465
|
},
|