Merge pull request #525 from thestonehead/master
ColorPicker watches value instead of modelValuepull/548/head
commit
227482ed1a
|
@ -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