Add open change event to color picker
This commit is contained in:
parent
ca1b7bfaa6
commit
263c991ee0
2 changed files with 9 additions and 3 deletions
|
@ -305,6 +305,7 @@
|
|||
} else {
|
||||
this.$refs.drop.destroy();
|
||||
}
|
||||
this.$emit('on-open-change', Boolean(val));
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue