jhwxapp/miniprogram/pageage/project_train/add/index.json

12 lines
366 B
JSON
Raw Permalink Normal View History

2023-08-29 00:50:44 +08:00
{
"usingComponents": {
2023-08-29 21:48:51 +08:00
"van-row": "@vant/weapp/row",
"van-col": "@vant/weapp/col",
"van-popup": "@vant/weapp/popup",
"van-picker": "@vant/weapp/picker/index",
"van-area": "@vant/weapp/area/index",
"mkl-multi-select": "/components/@mkl/multi-select/index",
2023-08-29 00:50:44 +08:00
"van-overlay": "@vant/weapp/overlay/index"
},
2023-08-29 21:48:51 +08:00
"navigationStyle":"custom"
2023-08-29 00:50:44 +08:00
}