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