docs(Search): add clear icon faq (#6372)

This commit is contained in:
neverland
2020-05-25 20:23:44 +08:00
committed by GitHub
parent 43f9857688
commit 31acd1dde1
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -306,4 +306,4 @@ export default {
### 在桌面端点击清除按钮无效?
参见[在桌面端使用](#/zh-CN/quickstart#zai-zhuo-mian-duan-shi-yong)。
清除按钮监听是的移动端 Touch 事件,参见[在桌面端使用](#/zh-CN/quickstart#zai-zhuo-mian-duan-shi-yong)。
+6
View File
@@ -150,3 +150,9 @@ export default {
| label | 自定义左侧文本(搜索框内) |
| left-icon | 自定义左侧图标(搜索框内) |
| right-icon | 自定义右侧图标(搜索框内) |
## 常见问题
### 在桌面端点击清除按钮无效?
清除按钮监听是的移动端 Touch 事件,参见[在桌面端使用](#/zh-CN/quickstart#zai-zhuo-mian-duan-shi-yong)。