chore: rebuild docs

This commit is contained in:
jiangruowei
2017-03-22 17:10:01 +08:00
parent befabdcad1
commit f7be36edcb
8 changed files with 102 additions and 7 deletions
+5
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>