@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.esm.js CHANGED
@@ -41836,7 +41836,7 @@ const popup = reactive({
41836
41836
  }
41837
41837
  });
41838
41838
 
41839
- watch(() => props.myProps.value,
41839
+ watch(() => props.modelValue,
41840
41840
  async (valNew, valOld) => {
41841
41841
  // 只有当传入的值有效时才进行网络请求
41842
41842
  if (!valNew) return;