docs(button): update disable doc (#3164)

fix #3161
This commit is contained in:
rex 2020-05-19 17:35:29 +08:00 committed by GitHub
parent 669e3eaf69
commit 2ff4038f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@
### 禁用状态
通过`disabled`属性来禁用按钮,此时按钮不可点击
通过`disabled`属性来禁用按钮,此时按钮`bind:click`事件不会触发
```html
<van-button disabled type="primary">禁用状态</van-button>