mirror of
https://github.com/youzan/vant.git
synced 2026-04-06 02:00:43 +08:00
[new feature] Button: add touchstart event (#3039)
This commit is contained in:
@@ -99,4 +99,5 @@ Vue.use(Button);
|
||||
|
||||
| 事件名 | 说明 | 参数 |
|
||||
|------|------|------|
|
||||
| click | 点击按钮且按钮状态不为加载或禁用时触发 | - |
|
||||
| click | 点击按钮,且按钮状态不为加载或禁用时触发 | event: Event |
|
||||
| touchstart | 原生 touchstart 事件 | event: TouchEvent |
|
||||
|
||||
Reference in New Issue
Block a user