mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 10:22:44 +08:00
[improvement] remove redundant usingComponents (#1834)
This commit is contained in:
parent
57e3bb012c
commit
696da2e30d
@ -1,6 +1,3 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"van-icon": "../icon/index"
|
||||
}
|
||||
"component": true
|
||||
}
|
||||
|
@ -1,6 +1,3 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"van-icon": "../icon/index"
|
||||
}
|
||||
"component": true
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"van-icon": "../icon/index",
|
||||
"van-field": "../field/index"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"van-icon": "../icon/index",
|
||||
"van-cell": "../cell/index"
|
||||
"van-icon": "../icon/index"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user