docs: update some examples of button and cell

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