@yoooloo42/joker 1.0.98 → 1.0.99

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
@@ -22842,6 +22842,9 @@ watch(
22842
22842
 
22843
22843
  // 触发 update:modelValue 事件更新父组件的 v-model 绑定的值
22844
22844
  emit("update:modelValue", newVal);
22845
+ },
22846
+ {
22847
+ deep: true,
22845
22848
  }
22846
22849
  );
22847
22850
 
@@ -23448,6 +23451,9 @@ watch(
23448
23451
 
23449
23452
  // 触发 update:modelValue 事件更新父组件的 v-model 绑定的值
23450
23453
  emit("update:modelValue", newVal);
23454
+ },
23455
+ {
23456
+ deep: true,
23451
23457
  }
23452
23458
  );
23453
23459
 
@@ -23654,6 +23660,9 @@ watch(
23654
23660
 
23655
23661
  // 触发 update:modelValue 事件更新父组件的 v-model 绑定的值
23656
23662
  emit("update:modelValue", newVal);
23663
+ },
23664
+ {
23665
+ deep: true,
23657
23666
  }
23658
23667
  );
23659
23668