build docs

This commit is contained in:
cookfront
2017-03-22 17:01:58 +08:00
parent 76de16017d
commit 9cfc1817e4
8 changed files with 52 additions and 7 deletions

View File

@@ -4,6 +4,11 @@
<zan-cell title="单元格2" value="单元格2内容"></zan-cell>
</zan-cell-group>
</example-block><example-block title="带*号,标明必填">
<zan-cell-group>
<zan-cell title="单元格1" required></zan-cell>
</zan-cell-group>
</example-block><example-block title="标题带描述信息">
<zan-cell-group>
<zan-cell title="单元格1" label="描述信息" is-link="" url="javascript:void(0)" @click="handleClick"></zan-cell>