mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
11 lines
322 B
JSON
11 lines
322 B
JSON
{
|
|
"navigationBarTitleText": "Checkbox 选择",
|
|
"usingComponents": {
|
|
"van-checkbox-group": "../../dist/checkbox-group/index",
|
|
"van-checkbox": "../../dist/checkbox/index",
|
|
"van-panel": "../../dist/panel/index",
|
|
"van-cell": "../../dist/cell/index",
|
|
"doc-page": "../../components/doc-page/index"
|
|
}
|
|
}
|