docs: complete some examples of button/cell/checkbox/radio

This commit is contained in:
linrz
2019-12-29 21:21:24 +08:00
committed by neverland
parent 7b905a6de8
commit f0815bc405
16 changed files with 209 additions and 8 deletions
+6
View File
@@ -94,6 +94,12 @@ Vue.use(Cell).use(CellGroup);
</van-cell>
```
### Vertical Center
```html
<van-cell center title="Cell title" value="Multiple lines content, multiple lines content" />
```
## API
### CellGroup Props