Merge pull request #525 from thestonehead/master

ColorPicker watches value instead of modelValue
pull/548/head
Cagatay Civici 2020-10-10 14:28:33 +03:00 committed by GitHub
commit 227482ed1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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