mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
11 lines
324 B
JSON
11 lines
324 B
JSON
{
|
|
"navigationBarTitleText": "Radio 单选框",
|
|
"usingComponents": {
|
|
"demo-block": "../../components/demo-block/index",
|
|
"van-radio-group": "../../dist/radio-group/index",
|
|
"van-cell-group": "../../dist/cell-group/index",
|
|
"van-cell": "../../dist/cell/index",
|
|
"van-radio": "../../dist/radio/index"
|
|
}
|
|
}
|