@factoringplus/pl-components-pack-v3 0.2.90 → 0.2.93
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.
|
@@ -40245,7 +40245,7 @@ const _sfc_main$7 = {
|
|
|
40245
40245
|
emits: ["update:modelValue"],
|
|
40246
40246
|
setup(__props, { emit: emit2 }) {
|
|
40247
40247
|
const props = __props;
|
|
40248
|
-
|
|
40248
|
+
const { modelValue: formClient } = toRefs(props);
|
|
40249
40249
|
watch(formClient, (value) => {
|
|
40250
40250
|
emit2("update:modelValue", value);
|
|
40251
40251
|
});
|