Minglu
Minglu
I want to draw a marker when motionStatr, but I see the next point is not exist in my local path; The latlng has already been taken care of in...
感谢作者大大 期待ing
  
在请求发起前,希望能够对params做格式化等处理,这个formatParams处理结果并不影响到state.params的值。 state.params可能会被组件内部继续消费,和真正的与后端接收的参数可能依旧会有些差异。
useRequest针对service做了多层处理,如防抖、节流、延迟等,非常好用。 但当想结合全局状态管理比如zustand使用时,就需要维护两个状态,也会导致更新两次。 如果能够新增一个不需要useRequest帮我管理请求结果的选项,感觉非常妙,我可以自行选择在onsucess钩子或其他合适的钩子获取到结果自行管理数据
  L.polyline is ok but L.cicrle has errors
When I use Rollup to compile code for the production environment, I don't want Rollup to perform tree shaking on the Vue library, although tree shaking should be performed normally...
Hi, I have a use case where I need to download a file (returned as a file stream from the backend), and I want to set the responseType to 'blob'...
When I organize the app and lib in a monorepo (with each compiled independently), I notice that after importing lib into the app, modifying class methods in lib services doesn't...