update ColorPicker
This commit is contained in:
parent
7863e90792
commit
8dab987ec7
2 changed files with 9 additions and 1 deletions
|
@ -215,6 +215,7 @@
|
|||
},
|
||||
set (newVal) {
|
||||
this.val = newVal;
|
||||
this.$emit('on-active-change', this.formatColor);
|
||||
}
|
||||
},
|
||||
classes () {
|
||||
|
@ -347,6 +348,7 @@
|
|||
},
|
||||
handleClear () {
|
||||
this.$emit('input', '');
|
||||
this.$emit('on-change', '');
|
||||
this.handleClose();
|
||||
},
|
||||
handleSelectColor (color) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue