提交 cb332a62 编写于 作者: 雪洛's avatar 雪洛

fix: 修复clear按钮点不到的Bug

上级 2663efa3
...@@ -50,7 +50,9 @@ ...@@ -50,7 +50,9 @@
this.$emit('confirm', this.getValue(this.inputClearValue)) this.$emit('confirm', this.getValue(this.inputClearValue))
}, },
blur() { blur() {
this.showClearIcon = false setTimeout(() => {
this.showClearIcon = false
}, 100)
}, },
focus() { focus() {
let inputValue = this.inputClearValue let inputValue = this.inputClearValue
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册