docs(Cell): remove value only document (#11615)

This commit is contained in:
neverland 2023-02-25 19:08:57 +08:00 committed by GitHub
parent 73bab646a1
commit cf1de18dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 16 deletions

View File

@ -59,14 +59,6 @@ app.use(CellGroup);
</van-cell-group>
```
### Value only
```html
<van-cell-group>
<van-cell value="Content" />
</van-cell-group>
```
### Link
```html

View File

@ -58,14 +58,6 @@ app.use(CellGroup);
<van-cell title="单元格" icon="location-o" />
```
### 只设置 value
只设置 `value` 时,内容会靠左对齐。
```html
<van-cell value="内容" />
```
### 展示箭头
设置 `is-link` 属性后会在单元格右侧显示箭头,并且可以通过 `arrow-direction` 属性控制箭头方向。