mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
11 lines
297 B
JSON
11 lines
297 B
JSON
{
|
|
"navigationBarTitleText": "Cell 单元格",
|
|
"usingComponents": {
|
|
"van-cell": "../../dist/cell/index",
|
|
"van-icon": "../../dist/icon/index",
|
|
"van-badge": "../../dist/badge/index",
|
|
"van-panel": "../../dist/panel/index",
|
|
"van-cell-group": "../../dist/cell-group/index"
|
|
}
|
|
}
|