11 lines
322 B
JSON
11 lines
322 B
JSON
{
|
|
"navigationBarTitleText": "按钮组件测试",
|
|
"navigationBarBackgroundColor": "#FFD719",
|
|
"backgroundColor": "#F6F6F6",
|
|
"usingComponents": {
|
|
"toy-button": "../../ui/button/button",
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
"word-card": "../../components/word-card/word-card"
|
|
}
|
|
}
|