fix(Tag): add component dependence van-icon (#2579)

fix #2574
This commit is contained in:
rex 2019-12-23 10:44:39 +08:00 committed by GitHub
parent 9f173eac00
commit 1a22587e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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