docs(IndexBar): fix README.md demo's path (#2689)

This commit is contained in:
Lindy 2020-01-16 11:31:02 +08:00 committed by neverland
parent eb9af3980a
commit 8571a6e67e

View File

@ -6,8 +6,8 @@
```json
"usingComponents": {
"van-index-bar": "path/to/@vant/weapp/dist/van-index-bar/index",
"van-index-anchor": "path/to/@vant/weapp/dist/van-index-anchor/index"
"van-index-bar": "path/to/@vant/weapp/dist/index-bar/index",
"van-index-anchor": "path/to/@vant/weapp/dist/index-anchor/index"
}
```