11 lines
403 B
JSON
Raw Normal View History

2024-02-26 09:06:34 +08:00
{
2024-03-12 17:30:21 +08:00
"navigationBarTitleText": "会议预约",
2024-03-01 15:07:02 +08:00
"usingComponents": {
"van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
"van-dropdown-item": "@vant/weapp/dropdown-item/index",
"van-cell": "@vant/weapp/cell/index",
"van-switch": "@vant/weapp/switch/index",
2024-05-17 09:15:54 +08:00
"van-button": "@vant/weapp/button/index",
"van-notify": "@vant/weapp/notify/index"
2024-03-01 15:07:02 +08:00
}
2024-02-26 09:06:34 +08:00
}