@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.cjs.js +9 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +9 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22846,6 +22846,9 @@ vue.watch(
|
|
|
22846
22846
|
|
|
22847
22847
|
// 触发 update:modelValue 事件更新父组件的 v-model 绑定的值
|
|
22848
22848
|
emit("update:modelValue", newVal);
|
|
22849
|
+
},
|
|
22850
|
+
{
|
|
22851
|
+
deep: true,
|
|
22849
22852
|
}
|
|
22850
22853
|
);
|
|
22851
22854
|
|
|
@@ -23452,6 +23455,9 @@ vue.watch(
|
|
|
23452
23455
|
|
|
23453
23456
|
// 触发 update:modelValue 事件更新父组件的 v-model 绑定的值
|
|
23454
23457
|
emit("update:modelValue", newVal);
|
|
23458
|
+
},
|
|
23459
|
+
{
|
|
23460
|
+
deep: true,
|
|
23455
23461
|
}
|
|
23456
23462
|
);
|
|
23457
23463
|
|
|
@@ -23658,6 +23664,9 @@ vue.watch(
|
|
|
23658
23664
|
|
|
23659
23665
|
// 触发 update:modelValue 事件更新父组件的 v-model 绑定的值
|
|
23660
23666
|
emit("update:modelValue", newVal);
|
|
23667
|
+
},
|
|
23668
|
+
{
|
|
23669
|
+
deep: true,
|
|
23661
23670
|
}
|
|
23662
23671
|
);
|
|
23663
23672
|
|