@avakhula/ui 0.0.310 → 0.0.312
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/package.json
CHANGED
|
@@ -442,16 +442,16 @@ export default {
|
|
|
442
442
|
this.setPreparedValues(this.actualOptions, false);
|
|
443
443
|
}
|
|
444
444
|
},
|
|
445
|
-
modelValue
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
445
|
+
modelValue: {
|
|
446
|
+
handler(value) {
|
|
447
|
+
this.val = value;
|
|
448
|
+
this.actualOptions = [];
|
|
449
449
|
this.setPreparedValues();
|
|
450
|
-
}
|
|
450
|
+
},
|
|
451
|
+
deep: true,
|
|
451
452
|
},
|
|
452
453
|
val(value) {
|
|
453
454
|
console.log(value);
|
|
454
|
-
console.log(watchClearValue)
|
|
455
455
|
|
|
456
456
|
if (
|
|
457
457
|
this.watchClearValue &&
|