mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[improvement] remove redundant usingComponents (#1834)
This commit is contained in:
parent
57e3bb012c
commit
696da2e30d
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user