mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-25 22:40:12 +08:00
feat(mp): usingComponents:true
This commit is contained in:
parent
83c90d6704
commit
9e2efeb997
@ -53,5 +53,14 @@
|
|||||||
"setting" : {
|
"setting" : {
|
||||||
"urlCheck" : true
|
"urlCheck" : true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"mp-alipay" : {
|
||||||
|
"usingComponents" : true
|
||||||
|
},
|
||||||
|
"mp-baidu" : {
|
||||||
|
"usingComponents" : true
|
||||||
|
},
|
||||||
|
"mp-toutiao" : {
|
||||||
|
"usingComponents" : true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -60,16 +60,13 @@
|
|||||||
},
|
},
|
||||||
"usingComponents": true
|
"usingComponents": true
|
||||||
},
|
},
|
||||||
"mp-baidu": { /* 百度小程序特有相关 */
|
"mp-alipay" : {
|
||||||
"appid": "",
|
"usingComponents" : true
|
||||||
"setting": {
|
|
||||||
"urlCheck": false
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"mp-toutiao": { /* 头条小程序特有相关 */
|
"mp-baidu" : {
|
||||||
"appid": "",
|
"usingComponents" : true
|
||||||
"setting": {
|
},
|
||||||
"urlCheck": false
|
"mp-toutiao" : {
|
||||||
}
|
"usingComponents" : true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user