为啥提示无效的 appJSON["useExtendedLib"] ?
文档中说明 https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html#useextendedlib 的操作
在 app.json 中配置如下
{
"useExtendedLib": {
"weui": true
},
}
开发者工具提示 “无效的 appJSON["useExtendedLib"]”