mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
docs: fix typo in v2 document (#9865)
This commit is contained in:
@@ -38,8 +38,8 @@ Vue.use(Button);
|
||||
### Disabled
|
||||
|
||||
```html
|
||||
<van-button disabled type="primary">Diabled</van-button>
|
||||
<van-button disabled type="info">Diabled</van-button>
|
||||
<van-button disabled type="primary">Disabled</van-button>
|
||||
<van-button disabled type="info">Disabled</van-button>
|
||||
```
|
||||
|
||||
### Loading
|
||||
|
||||
Reference in New Issue
Block a user