docs: fix CN basic usage title

This commit is contained in:
chenjiahan
2020-04-09 13:09:32 +08:00
committed by neverland
parent cc4c68dc2b
commit 8144e3de50
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Vue.use(Slider);
## 代码演示
### 基用法
### 基用法
```html
<van-slider v-model="value" @change="onChange" />
+1 -1
View File
@@ -45,7 +45,7 @@
export default {
i18n: {
'zh-CN': {
title1: '基用法',
title1: '基用法',
title2: '指定选择范围',
title3: '禁用',
title4: '指定步长',