Emit on-open-change events
This commit is contained in:
parent
c3304bce34
commit
1376a01a72
1 changed files with 3 additions and 0 deletions
|
@ -684,6 +684,9 @@
|
|||
if (this.slotOptions && this.slotOptions.length === 0){
|
||||
this.query = '';
|
||||
}
|
||||
},
|
||||
visible(state){
|
||||
this.$emit('on-open-change', state);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue