[bugfix] SubmitBar: fix tip-icon not work

fix #1626
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

View File

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