feat(Search): add blur method

This commit is contained in:
chenjiahan
2020-11-21 19:01:10 +08:00
parent 2833bc03f5
commit d26282e542
4 changed files with 11 additions and 1 deletions
+1
View File
@@ -164,6 +164,7 @@ export default {
| 方法名 | 说明 | 参数 | 返回值 |
| ------ | -------------- | ---- | ------ |
| focus | 获取输入框焦点 | - | - |
| blur | 取消输入框焦点 | - | - |
### Slots