From 25ab65e59a08a0745b549f99303f6f9c430e332f Mon Sep 17 00:00:00 2001 From: sonicsunsky Date: Thu, 7 Jul 2022 08:12:24 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/collocation/manifest.md.=20requir?= =?UTF-8?q?ePrivateInfos=E8=BF=99=E4=B8=AA=E5=AD=97=E6=AE=B5=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E6=94=B9=E6=88=90requiredPrivateInfos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/collocation/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/collocation/manifest.md b/docs/collocation/manifest.md index d749638c2..152517294 100644 --- a/docs/collocation/manifest.md +++ b/docs/collocation/manifest.md @@ -418,7 +418,7 @@ Tips:关于摇树优化(treeShaking)原理及优化结果,参考:[http |scopedSlotsCompiler|String|Vue2 作用域插槽编译模式,uni-app 3.1.19+ 开始支持,可选:legacy、auto、augmented,默认:auto| |mergeVirtualHostAttributes|Boolean|合并组件[虚拟节点](/tutorial/vue-api.html#%E5%85%B6%E4%BB%96%E9%85%8D%E7%BD%AE)外层属性(目前仅支持 style、class 属性),uni-app 3.5.0+ 开始支持(目前仅 Vue2 支持)| |embeddedAppIdList|Array|要半屏跳转的小程序appid。[详见](https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html)| -|requirePrivateInfos|Array|地理位置相关接口。[详见](https://developers.weixin.qq.com/community/develop/doc/000a02f2c5026891650e7f40351c01)| +|requiredPrivateInfos|Array|地理位置相关接口。[详见](https://developers.weixin.qq.com/community/develop/doc/000a02f2c5026891650e7f40351c01)| #### setting -- Gitee