mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[Improvement] CellGroup add 'border' prop (#420)
This commit is contained in:
@@ -63,7 +63,13 @@ Vue.use(CellGroup);
|
||||
</van-cell-group>
|
||||
```
|
||||
|
||||
### API
|
||||
### CellGroup API
|
||||
|
||||
| Attribute | Description | Type | Default | Accepted Values |
|
||||
|-----------|-----------|-----------|-------------|-------------|
|
||||
| border | Whether to show outer border | `Boolean` | `true` | - |
|
||||
|
||||
### Cell API
|
||||
|
||||
| Attribute | Description | Type | Default | Accepted Values |
|
||||
|-----------|-----------|-----------|-------------|-------------|
|
||||
|
@@ -70,7 +70,13 @@ Vue.use(CellGroup);
|
||||
</van-cell-group>
|
||||
```
|
||||
|
||||
### API
|
||||
### CellGroup API
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|
||||
|-----------|-----------|-----------|-------------|-------------|
|
||||
| border | 是否显示外边框 | `Boolean` | `true` | - |
|
||||
|
||||
### Cell API
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|
||||
|-----------|-----------|-----------|-------------|-------------|
|
||||
|
Reference in New Issue
Block a user