docs(quickstart): fix usingComponents path error (#2721)

fix #2713
This commit is contained in:
rex 2020-02-05 11:53:32 +08:00 committed by GitHub
parent b85187a74c
commit 6a3c6a61be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ npm i vant-weapp -S --production
```json
// app.json
"usingComponents": {
"van-button": "@vant/weapp/button"
"van-button": "@vant/weapp/dist/button"
}
```