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

[improvement] remove redundant usingComponents ()

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
packages
checkbox-group
radio-group
search
tree-select

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

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

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

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