[new feature] Button: add touchstart event (#3039)

This commit is contained in:
neverland
2019-03-22 14:41:01 +08:00
committed by GitHub
parent 2a4c2d86e9
commit 5a44d204bd
7 changed files with 46 additions and 23 deletions

View File

@@ -99,4 +99,5 @@ Vue.use(Button);
| 事件名 | 说明 | 参数 |
|------|------|------|
| click | 点击按钮且按钮状态不为加载或禁用时触发 | - |
| click | 点击按钮且按钮状态不为加载或禁用时触发 | event: Event |
| touchstart | 原生 touchstart 事件 | event: TouchEvent |