Files
MiniProgram/ProjectLiaisonForm/pages/textarea/textarea.json

14 lines
294 B
JSON
Raw Normal View History

2025-08-15 14:05:08 +08:00
{
"navigationBarTitleText": "Textarea",
"usingComponents": {
"base": "./base",
"label": "./label",
"autosize": "./autosize",
"disabled": "./disabled",
"maxcharacter": "./maxcharacter",
"maxlength": "./maxlength",
"card": "./card",
"custom": "./custom"
}
}