From dde57741190573c563ec599a7410c27aad867ca3 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Tue, 9 Apr 2019 14:19:49 +0800 Subject: [PATCH] fix #5527 --- src/components/input/input.vue | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/components/input/input.vue b/src/components/input/input.vue index 75824a3..5a1516a 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; -- libgit2 0.21.4