Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-09-28 11:46:26 +08:00
72 changed files with 259 additions and 243 deletions

View File

@@ -15,7 +15,7 @@ app.use(IndexAnchor);
### 基础用法
点击索引栏时,会自动跳转到对应的`IndexAnchor`锚点位置
点击索引栏时,会自动跳转到对应的 `IndexAnchor` 锚点位置
```html
<van-index-bar>
@@ -35,7 +35,7 @@ app.use(IndexAnchor);
### 自定义索引列表
可以通过`index-list`属性自定义展示的索引字符列表
可以通过 `index-list` 属性自定义展示的索引字符列表
```html
<van-index-bar :index-list="indexList">