Docs: 修正几处文档错误 (#68)

This commit is contained in:
0x01f7 2017-12-03 16:17:40 +08:00 committed by Yao
parent 7f8fe81cdb
commit a6680e7785
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
在模板中使用 zan-steps 模板,并传入相应数据
```html
<template is="zan-steps" data="{{ type: 'horizon', steps }}"></template>
```
| 参数 | 说明 | 类型 | 默认值 | 必须 |
|-----------|-----------|-----------|-------------|-------------|
| type | steps 的展示状态,可选值为 'horizon', 'vertical' | String | horizon | |

View File

@ -1,4 +1,4 @@
## Toast 轻提示
## Tab 标签
### 使用指南
在 app.wxss 中引入组件库所有样式

View File

@ -25,5 +25,5 @@ Page(Object.assign({}, Toast, {
### 代码演示
在 js 中直接调用 this.showZanToast 即可
```js
this.showZanToast('toptips的内容');
this.showZanToast('toast的内容');
```