trowa1234

Results 3 issues of trowa1234

leaflet: 1.7.1 leaflet-freedraw: 2.13.2 ``` createDraw() { this.freeDrawInstance = new FreeDraw({ mode: CREATE | EDIT | DELETE }); this.MAP.addLayer(this.freeDrawInstance); this.freeDrawInstance.on('markers', event => { console.log(event.latLngs); }); } ``` my screenshot: ![image](https://user-images.githubusercontent.com/30816662/130178877-60608458-33f0-4469-b56d-d02950ddb1b1.png)...

Select组件发现重新选择第一级地址后,后面的地址没有重置,还是保持在第一次选择地区的子地址。 直接按照文档安装,并复制的代码过去,Cascader组件没问题。 难道是iview版本问题?iview版本是:"2.14.3"。

1、使用 【import { XfVoiceDictation } from '@muguilin/xf-voice-dictation'】引入,new XfVoiceDictation() 会报错; 得改成:【import XfVoiceDictation from '@muguilin/xf-voice-dictation'】再 new XfVoiceDictation.XfVoiceDictation() 才不会报错 2、初始化后,第一次发送录制声音,会解析不成功,识别不到文字。从第二次开始可正常使用 3、每次调用stop()方法后,控制台会报1个错误 ![image](https://github.com/MuGuiLin/VoiceDictation/assets/30816662/b01aa34e-dc81-4684-90b4-ad1d939921a0)