ColorPicker watches value instead of modelValue

pull/525/head
DejanFrankovic 2020-10-02 21:46:18 +02:00
parent 5c08797500
commit 3cbb6a0397
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ export default {
this.updateUI();
},
watch: {
value: {
modelValue: {
immediate: true,
handler(newValue) {
this.hsbValue = this.toHSB(newValue);