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();
|
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