build docs

This commit is contained in:
cookfront 2017-03-22 18:36:27 +08:00
parent 7b4e647c1f
commit c98d7caa43
4 changed files with 6 additions and 6 deletions

2
docs/dist/0.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
<template><section class="demo-button"><h1 class="demo-title">button</h1><example-block title="按钮功能只接受primary, default, danger三种类型默认default。">
<template><section class="demo-button"><h1 class="demo-title">button</h1><example-block title="按钮功能">
<zan-row>
<zan-col span="24">
<zan-button block="">default</zan-button>
@ -18,7 +18,7 @@
</zan-col>
</zan-row>
</example-block><example-block title="按钮尺寸,只接受`large`, `normal`, `small`, `mini`四种尺寸,默认`normal`。">
</example-block><example-block title="按钮尺寸">
<zan-row>
<zan-col span="24">
<zan-button size="large">large</zan-button>
@ -36,7 +36,7 @@
</zan-col>
</zan-row>
</example-block><example-block title="自定义按钮标签,按钮默认是`button`标签,可以使用`tag`属性修改为一个`a`标签。">
</example-block><example-block title="自定义按钮标签">
<zan-row>
<zan-col span="24">
<zan-button tag="a" type="primary" href="https://www.youzan.com" target="_blank">a标签按钮</zan-button>