[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
+1 -1
View File
@@ -12,7 +12,7 @@ Vue.use(NumberKeyboard);
#### Default Style
```html
<van-button @touchstart.native.stop="show = true">
<van-button @touchstart.stop="show = true">
Show Keyboard
</van-button>