[improvement] remove redundant usingComponents (#1834)

This commit is contained in:
neverland 2019-08-06 20:58:13 +08:00 committed by GitHub
parent 57e3bb012c
commit 696da2e30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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