From 5f6db47489f674fa3b1bf236b169ce2308ec5fc0 Mon Sep 17 00:00:00 2001 From: handongxun Date: Fri, 9 Aug 2019 21:31:53 +0800 Subject: [PATCH] docs: update --- 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 3a74c9c8f..005f31405 100644 --- a/docs/component/map.md +++ b/docs/component/map.md @@ -19,7 +19,7 @@ |polyline|Array||路线|| |circles|Array||圆|| |controls|Array||控件|| -|include-points|Array||缩放视野以包含所有给定的坐标点|微信小程序、H5、百度小程序、支付宝小程序| +|include-points|Array||缩放视野以包含所有给定的坐标点|App-nvue 2.1.5+、微信小程序、H5、百度小程序、支付宝小程序| |show-location|Boolean||显示带有方向的当前定位点|微信小程序、H5、百度小程序、支付宝小程序| |@markertap|EventHandle||点击标记点时触发|App平台需要指定属性 id| |@callouttap|EventHandle||点击标记点对应的气泡时触发|| -- GitLab