mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* feat: cell 自定义组件 * [new feature] DatetimePicker:新增时间选择组件 * fix: support picker view * improvement:支持 picker-view
10 lines
323 B
JSON
10 lines
323 B
JSON
{
|
|
"navigationBarTitleText": "时间选择器",
|
|
"usingComponents": {
|
|
"zan-date-picker": "../../dist/datetime-picker/index",
|
|
"zan-cell": "../../dist/cell/index",
|
|
"zan-cell-group": "../../dist/cell-group/index",
|
|
"zan-panel": "../../dist/panel/index",
|
|
"doc-page": "../../components/doc-page/index"
|
|
}
|
|
} |