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