[bugfix] Icon: missing protocol (#2385)
This commit is contained in:
+5
-5
@@ -59,7 +59,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.1.5",
|
||||
"@vant/icons": "^1.0.2",
|
||||
"@vant/icons": "^1.0.3",
|
||||
"vue-lazyload": "1.2.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@@ -84,9 +84,9 @@
|
||||
"babel-loader": "^8.0.4",
|
||||
"codecov": "^3.1.0",
|
||||
"cross-env": "^5.2.0",
|
||||
"css-loader": "^2.0.2",
|
||||
"dependency-tree": "^6.3.0",
|
||||
"eslint": "^5.9.0",
|
||||
"css-loader": "^2.1.0",
|
||||
"dependency-tree": "^6.4.0",
|
||||
"eslint": "^5.11.0",
|
||||
"fast-glob": "^2.2.4",
|
||||
"gh-pages": "^2.0.1",
|
||||
"gulp": "3.9.1",
|
||||
@@ -119,7 +119,7 @@
|
||||
"vue-server-renderer": "^2.5.17",
|
||||
"vue-template-compiler": "2.5.21",
|
||||
"vue-template-es2015-compiler": "^1.6.0",
|
||||
"webpack": "^4.28.1",
|
||||
"webpack": "^4.28.2",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"webpack-serve": "^2.0.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user