docs: fix CN basic usage title

This commit is contained in:
chenjiahan 2020-04-08 20:09:22 +08:00 committed by neverland
parent cc4c68dc2b
commit 8144e3de50
8 changed files with 9 additions and 9 deletions

View File

@ -156,7 +156,7 @@ export default {
| Event | Description | Arguments |
|------|------|------|
| select | Triggered when click option | *action: Action, index: number* |
| cancel | Triggered when cancel click | - |
| cancel | Triggered when click cancel button | - |
| open | Triggered when open ActionSheet | - |
| close | Triggered when close ActionSheet | - |
| opened | Triggered when opened ActionSheet | - |

View File

@ -175,8 +175,8 @@ export default {
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| select | 选中选项时触发,禁用或加载状态下不会触发 | *action: Action, index: number* |
| cancel | 取消按钮点击时触发 | - |
| select | 点击选项时触发,禁用或加载状态下不会触发 | *action: Action, index: number* |
| cancel | 点击取消按钮时触发 | - |
| open | 打开面板时触发 | - |
| close | 关闭面板时触发 | - |
| opened | 打开面板且动画结束后触发 | - |

View File

@ -16,7 +16,7 @@ Vue.use(Row);
## 代码演示
### 基用法
### 基用法
Layout 组件提供了`24列栅格`,通过在`Col`上添加`span`属性设置列所占的宽度百分比
此外,添加`offset`属性可以设置列的偏移宽度,计算方式与 span 相同

View File

@ -11,7 +11,7 @@ Vue.use(CountDown);
## 代码演示
### 基用法
### 基用法
`time`属性表示倒计时总时长,单位为毫秒

View File

@ -15,7 +15,7 @@ Vue.use(Empty);
## 代码演示
### 基用法
### 基用法
```html
<van-empty description="描述文字" />

View File

@ -16,7 +16,7 @@ Vue.use(GridItem);
## 代码演示
### 基用法
### 基用法
通过`icon`属性设置格子内的图标,`text`属性设置文字内容

View File

@ -11,7 +11,7 @@ Vue.use(Slider);
## 代码演示
### 基用法
### 基用法
```html
<van-slider v-model="value" @change="onChange" />

View File

@ -45,7 +45,7 @@
export default {
i18n: {
'zh-CN': {
title1: '基用法',
title1: '基用法',
title2: '指定选择范围',
title3: '禁用',
title4: '指定步长',