docs: fix CN basic usage title
This commit is contained in:
@@ -11,7 +11,7 @@ Vue.use(Slider);
|
||||
|
||||
## 代码演示
|
||||
|
||||
### 基本用法
|
||||
### 基础用法
|
||||
|
||||
```html
|
||||
<van-slider v-model="value" @change="onChange" />
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
export default {
|
||||
i18n: {
|
||||
'zh-CN': {
|
||||
title1: '基本用法',
|
||||
title1: '基础用法',
|
||||
title2: '指定选择范围',
|
||||
title3: '禁用',
|
||||
title4: '指定步长',
|
||||
|
||||
Reference in New Issue
Block a user