23 lines
585 B
JSON
23 lines
585 B
JSON
|
|
{
|
||
|
|
"navigationStyle": "custom",
|
||
|
|
"usingComponents": {
|
||
|
|
"t-navbar": "tdesign-miniprogram/navbar/navbar",
|
||
|
|
"t-input": "tdesign-miniprogram/input/input",
|
||
|
|
"base": "../base",
|
||
|
|
"suffix": "../suffix",
|
||
|
|
"prefix": "../prefix",
|
||
|
|
"layout": "../layout",
|
||
|
|
"bordered": "../bordered",
|
||
|
|
"align": "../align",
|
||
|
|
"maxlength": "../maxlength",
|
||
|
|
"special": "../special",
|
||
|
|
"status": "../status",
|
||
|
|
"custom": "../custom",
|
||
|
|
"labelDemo": "../label",
|
||
|
|
"banner": "../banner"
|
||
|
|
},
|
||
|
|
"renderer": "skyline",
|
||
|
|
"componentFramework": "glass-easel",
|
||
|
|
"disableScroll": true
|
||
|
|
}
|