docs(Loading): add size prop demo

This commit is contained in:
陈嘉涵
2020-01-24 10:12:19 +08:00
parent fde1ed11d4
commit e8f528877f
6 changed files with 39 additions and 4 deletions
+7
View File
@@ -25,6 +25,13 @@ Vue.use(Loading);
<van-loading type="spinner" color="#1989fa" />
```
### Size
```html
<van-loading size="24" />
<van-loading type="spinner" size="24px" />
```
### Text
```html