mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] Icon: new and question icon incomplete render (#1595)
This commit is contained in:
parent
aa11cd0acc
commit
f5093e9a92
@ -11,7 +11,6 @@
|
||||
label="用户名"
|
||||
placeholder="请输入用户名"
|
||||
clearable
|
||||
size="large"
|
||||
right-icon="question-o"
|
||||
right-icon-class="custom-icon"
|
||||
required
|
||||
|
@ -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",
|
||||
|
@ -726,10 +726,10 @@
|
||||
nprogress "^0.2.0"
|
||||
shelljs "^0.8.2"
|
||||
|
||||
"@vant/icons@1.1.6":
|
||||
version "1.1.6"
|
||||
resolved "https://registry.npmjs.org/@vant/icons/-/icons-1.1.6.tgz#6714656ca69d303936020a6b483e1ebaf5f0b1e8"
|
||||
integrity sha512-gpdk+rPsbwjI23QmEnNumYVxwNgvgKKh1dBmkkcXPTlRDtsfrCE02FQn3CVijOdwTovUo4zGUCDKKMLyxl+hPA==
|
||||
"@vant/icons@1.1.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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user