docs: update cell (#4293)

This commit is contained in:
neverland
2019-08-30 11:44:33 +08:00
committed by GitHub
parent dc8b166e9b
commit 8df92071f5
4 changed files with 40 additions and 89 deletions
+2 -2
View File
@@ -75,7 +75,7 @@ Vue.use(Cell).use(CellGroup);
</van-cell-group>
```
### Advanced Usage
### Use Slots
```html
<van-cell value="Content" is-link>
@@ -143,7 +143,7 @@ Vue.use(Cell).use(CellGroup);
| Name | Description |
|------|------|
| default | Default slot |
| default | Custom value |
| icon | Custom icon |
| title | Custom title |
| label | Custom label |