[Doc] fix cell doc

This commit is contained in:
陈嘉涵 2018-08-16 21:26:31 +08:00
parent d73849cdc2
commit afedb9ec2e
2 changed files with 2 additions and 6 deletions

View File

@ -83,10 +83,6 @@ export default [
{
path: '/notify',
title: 'Notify 消息通知'
},
{
path: '/toast',
title: 'Toast 轻提示'
}
]
},

View File

@ -66,10 +66,10 @@
```html
<van-cell-group>
<van-cell value="内容" icon="shop" is-link>
<template slot="title">
<view slot="title">
<span class="van-cell-text">单元格</span>
<van-tag type="danger">标签</van-tag>
</template>
</view>
</van-cell>
<van-cell title="单元格" icon="location" is-link />
<van-cell title="单元格" border="{{ false }}">