13 lines
346 B
JSON
13 lines
346 B
JSON
{
|
|
"component": true,
|
|
"enablePullDownRefresh": true,
|
|
"backgroundTextStyle": "dark",
|
|
"usingComponents": {
|
|
"van-button": "@vant/weapp/button/index",
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
"van-notice-bar": "@vant/weapp/notice-bar/index",
|
|
"custom-tabbar": "/components/custom-tabbar/index"
|
|
},
|
|
"navigationStyle": "custom"
|
|
}
|