Update color-picker.vue
This commit is contained in:
parent
fc244b0840
commit
144c32f254
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ export default {
|
|||
|
||||
watch: {
|
||||
value(newVal) {
|
||||
this.val = changeColor(newVal);
|
||||
this.val = changeColor(newVal || '');
|
||||
},
|
||||
visible(val) {
|
||||
this.val = changeColor(this.value || '');
|
||||
|
|
Loading…
Add table
Reference in a new issue