19 lines
437 B
JSON
19 lines
437 B
JSON
{
|
|
"navigationBarTitleText": "Input",
|
|
"usingComponents": {
|
|
"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"
|
|
}
|
|
}
|