[bugfix] Icon: new and question icon incomplete render (#1595)

This commit is contained in:
neverland 2019-05-05 17:03:09 +08:00 committed by GitHub
parent aa11cd0acc
commit f5093e9a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View File

@ -11,7 +11,6 @@
label="用户名" label="用户名"
placeholder="请输入用户名" placeholder="请输入用户名"
clearable clearable
size="large"
right-icon="question-o" right-icon="question-o"
right-icon-class="custom-icon" right-icon-class="custom-icon"
required required

View File

@ -27,7 +27,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.2.3", "@babel/preset-env": "^7.2.3",
"@vant/doc": "^1.0.24", "@vant/doc": "^1.0.24",
"@vant/icons": "1.1.6", "@vant/icons": "1.1.7",
"autoprefixer": "^9.4.4", "autoprefixer": "^9.4.4",
"babel-loader": "8.0.5", "babel-loader": "8.0.5",
"cross-env": "^5.1.4", "cross-env": "^5.1.4",

View File

@ -726,10 +726,10 @@
nprogress "^0.2.0" nprogress "^0.2.0"
shelljs "^0.8.2" shelljs "^0.8.2"
"@vant/icons@1.1.6": "@vant/icons@1.1.7":
version "1.1.6" version "1.1.7"
resolved "https://registry.npmjs.org/@vant/icons/-/icons-1.1.6.tgz#6714656ca69d303936020a6b483e1ebaf5f0b1e8" resolved "https://registry.yarnpkg.com/@vant/icons/-/icons-1.1.7.tgz#29561adfffa6a750d279dccdbe9a69b743934f3f"
integrity sha512-gpdk+rPsbwjI23QmEnNumYVxwNgvgKKh1dBmkkcXPTlRDtsfrCE02FQn3CVijOdwTovUo4zGUCDKKMLyxl+hPA== integrity sha512-hCHVniOmBIs789UYxICgC3k3wGWI3QGx3/LOtSjMu7DtCyGdFX/6saNzrpDENNAponHAsszvUmBz37v9GQjX9A==
"@vue/component-compiler-utils@^2.5.1": "@vue/component-compiler-utils@^2.5.1":
version "2.6.0" version "2.6.0"