From 43e7ea2aeaf7f08af23683da262a68ea383c631d Mon Sep 17 00:00:00 2001 From: rational_stars <960303390@qq.com> Date: Mon, 29 Aug 2022 07:25:42 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/component/map.md.=20|joinCluster|?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=8F=82=E4=B8=8E=E7=82=B9=E8=81=9A=E5=90=88?= =?UTF-8?q?|Boolean|App-nvue=203.1.0+=E3=80=81=E5=BE=AE=E4=BF=A1=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F|?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 这句话应该加到 marker对象里 而不是marker 上的标签 label Signed-off-by: rational_stars <960303390@qq.com> --- docs/component/map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/map.md b/docs/component/map.md index 6aa894eb4..4b4ec6c9f 100644 --- a/docs/component/map.md +++ b/docs/component/map.md @@ -91,6 +91,7 @@ |clusterId|自定义点聚合簇效果时使用|Number|否||App-nvue 3.1.0+、微信小程序| |customCallout|自定义气泡窗口|Object|否||App-nvue 2.1.5+、微信小程序、支付宝小程序| |aria-label|无障碍访问,(属性)元素的额外描述|String|否||App-nvue 3.1.0+、微信小程序| +|joinCluster|是否参与点聚合|Boolean|App-nvue 3.1.0+、微信小程序| **marker 上的气泡 callout** @@ -126,7 +127,6 @@ |textAlign|文本对齐方式。有效值: left, right, center|String|App-nvue 2.1.5+、微信小程序、百度小程序| |customCallout|自定义气泡窗口|Object|App暂时不支持、微信小程序| |aria-label|无障碍访问,(属性)元素的额外描述|String|App-nvue 3.1.0+、微信小程序| -|joinCluster|是否参与点聚合|Boolean|App-nvue 3.1.0+、微信小程序| ### 点聚合 -- Gitee