feat(Uploader): add uploader disabled style (#5628)

This commit is contained in:
Lindy
2020-02-06 17:15:24 +08:00
committed by GitHub
parent 8cab62025c
commit 613ff25035
7 changed files with 34 additions and 2 deletions
+5
View File
@@ -44,6 +44,11 @@ export default {
}
};
```
### Disabled
```html
<van-uploader disabled />
```
### Upload Status