@yoooloo42/joker 1.0.78 → 1.0.79
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
|
@@ -41840,7 +41840,7 @@ const popup = vue.reactive({
|
|
|
41840
41840
|
}
|
|
41841
41841
|
});
|
|
41842
41842
|
|
|
41843
|
-
vue.watch(() => props.
|
|
41843
|
+
vue.watch(() => props.modelValue,
|
|
41844
41844
|
async (valNew, valOld) => {
|
|
41845
41845
|
// 只有当传入的值有效时才进行网络请求
|
|
41846
41846
|
if (!valNew) return;
|