mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(Popover): add fastclick faq
This commit is contained in:
parent
9d28b276f1
commit
b98b6024c8
@ -259,3 +259,9 @@ export default {
|
||||
| @popover-dark-text-color | `@white` | - |
|
||||
| @popover-dark-background-color | `#4a4a4a` | - |
|
||||
| @popover-dark-action-disabled-text-color | `@gray-6` | - |
|
||||
|
||||
## 常见问题
|
||||
|
||||
### Popover 的点击事件无法正确触发?
|
||||
|
||||
这种情况通常是由于项目中引入了 `fastclick` 库导致的。建议移除 `fastclick`,或者配置 `fastclick` 的 [ignore 规则](https://github.com/ftlabs/fastclick#advanced)。
|
||||
|
Loading…
x
Reference in New Issue
Block a user