Emit on-open-change events

This commit is contained in:
Sergio Crisostomo 2018-05-11 10:37:18 +02:00
parent c3304bce34
commit 1376a01a72

View file

@ -684,6 +684,9 @@
if (this.slotOptions && this.slotOptions.length === 0){
this.query = '';
}
},
visible(state){
this.$emit('on-open-change', state);
}
}
};