ColorPicker watches value instead of modelValue
parent
5c08797500
commit
3cbb6a0397
|
@ -97,7 +97,7 @@ export default {
|
||||||
this.updateUI();
|
this.updateUI();
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
value: {
|
modelValue: {
|
||||||
immediate: true,
|
immediate: true,
|
||||||
handler(newValue) {
|
handler(newValue) {
|
||||||
this.hsbValue = this.toHSB(newValue);
|
this.hsbValue = this.toHSB(newValue);
|
||||||
|
|
Loading…
Reference in New Issue