-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typescript 中 Marker icon 属性无法传入 BMap.Symbol 对象 #262
Comments
@xyxc0673 Marker 不接受 Symbol 类型 的图标,下面是官方 api 截图 |
我在组件的文档里面看到这样的例子: 如果按照官方 API 的截图就有点奇怪了。 |
@xyxc0673 我看了官方示例确实有,但是是 2.0 的API 如果 3.0 的不知道是否删除,我建议你使用 如果出来效果说明 API 还没有删除,那么你可以提交一个 pr 补充这个类型。 并标注过时 API |
@jaywcjlove 通过 // @ts-ignore 的方式确实能够出来效果,说明 3.0 仍然支持传入 Symbol |
参考google的Marker的设计思路,百度应该是支持Symbol的。 |
示例代码:
提示如下:
The text was updated successfully, but these errors were encountered: