mcdnf

Results 2 issues of mcdnf

afui3.0 $("#home").on('panelload', function() { alert("i'm start")}) when app first start is not works but other panel like $("#help").on('panelload', function() { alert("i'm help")}) is working can you tell me why? @imaffett

+ [x] 我已经搜索过 issue,没有类似的问题,或者类似的问题仍然没有解决方案。 + [x] 我已经搜索过[文档](https://elemefe.github.io/react-amap/articles/start),并且仍然没有找到解决方案。 + [x] 我写了个问题重现的例子,链接或者代码将会贴在下面。 ####没有 ‘MarkerClusterer’ 这个插件,请检查是否拼写错误 #### What is Expected? 看了源码,为何不把插件放开呢?自定义太坑,只支持几个插件 setPlugins(props: MapProps) { const pluginList = ['Scale', 'ToolBar', 'MapType', 'OverView', 'ControlBar'] ####...

improvement