Skip to content

Commit

Permalink
[bugfix] Icon: new and question icon incomplete render (youzan#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored May 5, 2019
1 parent aa11cd0 commit f5093e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion example/pages/field/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
label="用户名"
placeholder="请输入用户名"
clearable
size="large"
right-icon="question-o"
right-icon-class="custom-icon"
required
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@vant/doc": "^1.0.24",
"@vant/icons": "1.1.6",
"@vant/icons": "1.1.7",
"autoprefixer": "^9.4.4",
"babel-loader": "8.0.5",
"cross-env": "^5.1.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -726,10 +726,10 @@
nprogress "^0.2.0"
shelljs "^0.8.2"

"@vant/[email protected].6":
version "1.1.6"
resolved "https://registry.npmjs.org/@vant/icons/-/icons-1.1.6.tgz#6714656ca69d303936020a6b483e1ebaf5f0b1e8"
integrity sha512-gpdk+rPsbwjI23QmEnNumYVxwNgvgKKh1dBmkkcXPTlRDtsfrCE02FQn3CVijOdwTovUo4zGUCDKKMLyxl+hPA==
"@vant/[email protected].7":
version "1.1.7"
resolved "https://registry.yarnpkg.com/@vant/icons/-/icons-1.1.7.tgz#29561adfffa6a750d279dccdbe9a69b743934f3f"
integrity sha512-hCHVniOmBIs789UYxICgC3k3wGWI3QGx3/LOtSjMu7DtCyGdFX/6saNzrpDENNAponHAsszvUmBz37v9GQjX9A==

"@vue/component-compiler-utils@^2.5.1":
version "2.6.0"
Expand Down

0 comments on commit f5093e9

Please sign in to comment.