mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
docs: add period at the end of sentence
This commit is contained in:
@@ -14,7 +14,7 @@ Vue.use(IndexAnchor);
|
||||
|
||||
### 基础用法
|
||||
|
||||
点击索引栏时,会自动跳转到对应的`IndexAnchor`锚点位置
|
||||
点击索引栏时,会自动跳转到对应的 `IndexAnchor` 锚点位置。
|
||||
|
||||
```html
|
||||
<van-index-bar>
|
||||
@@ -34,7 +34,7 @@ Vue.use(IndexAnchor);
|
||||
|
||||
### 自定义索引列表
|
||||
|
||||
可以通过`index-list`属性自定义展示的索引字符列表,
|
||||
可以通过 `index-list` 属性自定义展示的索引字符列表。
|
||||
|
||||
```html
|
||||
<van-index-bar :index-list="indexList">
|
||||
|
Reference in New Issue
Block a user