1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00

[bugfix] SubmitBar: fix tip-icon not work

fix 
This commit is contained in:
rex 2019-05-30 19:45:25 +08:00 committed by GitHub
parent 34d6b1b68b
commit 42e5b7ecd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
{
"component": true,
"usingComponents": {
"van-button": "../button/index"
"van-button": "../button/index",
"van-icon": "../icon/index"
}
}