1
2
3
4
5
6
7
8
9
10
11
12
| {
| "disableScroll": true,
| "navigationBarTextStyle": "black",
| "usingComponents": {
| "van-button": "@vant/weapp/button/index",
| "van-notify": "@vant/weapp/notify/index",
| "van-field": "@vant/weapp/field/index",
| "van-cell": "@vant/weapp/cell/index",
| "van-cell-group": "@vant/weapp/cell-group/index",
| "van-checkbox": "@vant/weapp/checkbox/index"
| }
| }
|
|