Files
MiniProgram/ProjectLiaisonForm/pages/button/button.json
2025-08-15 14:05:08 +08:00

15 lines
316 B
JSON

{
"navigationBarTitleText": "Button",
"usingComponents": {
"base": "./base",
"size": "./size",
"icon-btn": "./icon-btn",
"group-btn": "./group-btn",
"block-btn": "./block-btn",
"ghost-btn": "./ghost-btn",
"shape": "./shape",
"theme": "./theme",
"disabled": "./disabled"
}
}