diff --git a/src/components/select/select.vue b/src/components/select/select.vue index 0cf9a001..39928952 100644 --- a/src/components/select/select.vue +++ b/src/components/select/select.vue @@ -684,6 +684,9 @@ if (this.slotOptions && this.slotOptions.length === 0){ this.query = ''; } + }, + visible(state){ + this.$emit('on-open-change', state); } } };