From dde57741190573c563ec599a7410c27aad867ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Tue, 9 Apr 2019 14:19:49 +0800 Subject: [PATCH] fix #5527 --- src/components/input/input.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/input/input.vue b/src/components/input/input.vue index 75824a35..5a1516ac 100644 --- a/src/components/input/input.vue +++ b/src/components/input/input.vue @@ -312,6 +312,7 @@ this.$emit('input', ''); this.setCurrentValue(''); this.$emit('on-change', e); + this.$emit('on-clear'); }, handleSearch () { if (this.disabled) return false;