fix(Icon): fix cdn url (#8003)

This commit is contained in:
neverland 2021-01-26 14:07:20 +08:00 committed by GitHub
parent 924cb354eb
commit 3562148a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -57,7 +57,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "7.x", "@babel/runtime": "7.x",
"@vant/icons": "^1.5.1", "@vant/icons": "^1.5.2",
"@vant/lazyload": "^1.0.2", "@vant/lazyload": "^1.0.2",
"@vant/popperjs": "^1.0.2", "@vant/popperjs": "^1.0.2",
"@vant/use": "^1.0.2" "@vant/use": "^1.0.2"

View File

@ -1931,10 +1931,10 @@
eslint-plugin-import "^2.22.1" eslint-plugin-import "^2.22.1"
eslint-plugin-vue "^7.1.0" eslint-plugin-vue "^7.1.0"
"@vant/icons@^1.5.1": "@vant/icons@^1.5.2":
version "1.5.1" version "1.5.2"
resolved "https://registry.npmjs.org/@vant/icons/-/icons-1.5.1.tgz#48e73a0af10de064300e27ae417b2875d3f04e6d" resolved "https://registry.npm.taobao.org/@vant/icons/download/@vant/icons-1.5.2.tgz#3f3ea353a0eacd38c113757bd31836489facb10b"
integrity sha512-8wI7z4s6cXP5dlvNcaieOfSJ/0Ny7y7tBZVRTyo+X1KiVparmDRlkTbP1bEeAwItCyiLbqWgCUFo58uY+qUk8g== integrity sha1-Pz6jU6DqzTjBE3V70xg2SJ+ssQs=
"@vant/lazyload@^1.0.2": "@vant/lazyload@^1.0.2":
version "1.0.2" version "1.0.2"