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: {
|
watch: {
|
||||||
value(newVal) {
|
value(newVal) {
|
||||||
this.val = changeColor(newVal);
|
this.val = changeColor(newVal || '');
|
||||||
},
|
},
|
||||||
visible(val) {
|
visible(val) {
|
||||||
this.val = changeColor(this.value || '');
|
this.val = changeColor(this.value || '');
|
||||||
|
|
Loading…
Add table
Reference in a new issue