[new feature] Button: add touchstart event (#3039)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user