17 lines
412 B
JSON
17 lines
412 B
JSON
{
|
|
"navigationStyle": "custom",
|
|
"usingComponents": {
|
|
"t-navbar": "tdesign-miniprogram/navbar/navbar",
|
|
"base": "../base",
|
|
"confirm": "../confirm",
|
|
"with-input": "../with-input",
|
|
"with-image": "../with-image",
|
|
"command": "../command",
|
|
"status": "../status",
|
|
"buttonDemo": "../button"
|
|
},
|
|
"renderer": "skyline",
|
|
"componentFramework": "glass-easel",
|
|
"disableScroll": true
|
|
}
|