pull/548/head
Cagatay Civici 2020-10-10 14:38:42 +03:00
commit 1d370005da
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);