[Doc] props title

This commit is contained in:
陈嘉涵
2019-05-03 09:37:24 +08:00
parent 921f8a88fb
commit e3cb465dc2
101 changed files with 279 additions and 283 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ Vue.use(Loading);
<van-loading size="24px">Loading...</van-loading>
```
### API
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
@@ -38,7 +38,7 @@ Vue.use(Loading);
| size | Icon size | `String | Number` | `30px` |
| text-size | Text font size | `String | Number` | `14px` |
### Slot
### Slots
| Name | Description |
|------|------|
+2 -2
View File
@@ -29,7 +29,7 @@ Vue.use(Loading);
<van-loading size="24px">加载中...</van-loading>
```
### API
### Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
@@ -38,7 +38,7 @@ Vue.use(Loading);
| size | 加载图标大小 | `String | Number` | `30px` | - |
| text-size | 文字大小 | `String | Number` | `14px` | 2.0.0 |
### Slot
### Slots
| 名称 | 说明 |
|------|------|