jhwxapp/miniprogram/pages/project_flowable/await/index.json

11 lines
369 B
JSON
Raw Normal View History

2023-09-17 02:08:35 +08:00
{
"usingComponents": {
"van-overlay": "@vant/weapp/overlay/index" ,
2024-03-17 16:19:31 +08:00
"van-popup": "@vant/weapp/popup/index",
"van-divider":"@vant/weapp/divider/index",
"van-sidebar":"@vant/weapp/sidebar/index",
2024-05-03 10:37:27 +08:00
"van-sidebar-item":"@vant/weapp/sidebar-item/index",
"van-notice-bar": "@vant/weapp/notice-bar/index"
2023-09-17 02:08:35 +08:00
},
"navigationStyle":"custom"
}