mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
12 lines
329 B
JSON
12 lines
329 B
JSON
{
|
|
"component": true,
|
|
"usingComponents": {
|
|
"van-cell": "../../cell/index",
|
|
"van-dialog": "../../dialog/index",
|
|
"van-notify": "../../notify/index",
|
|
"van-swipe-cell": "../../swipe-cell/index",
|
|
"van-cell-group": "../../cell-group/index",
|
|
"demo-block": "../../../example/components/demo-block/index"
|
|
}
|
|
}
|