Merge branch 'master' into feature/code_review

This commit is contained in:
cookfront
2017-03-30 21:22:40 +08:00
7 changed files with 45 additions and 50 deletions

View File

@@ -69,18 +69,6 @@ export default {
```
:::
#### 带*号,标明必填
传入`required`属性
:::demo 带*号,标明必填
```html
<zan-cell-group>
<zan-cell title="单元格1" required></zan-cell>
</zan-cell-group>
```
:::
#### 标题带描述信息
传入`label`属性,属性值为描述信息的值。