eJay
eJay
#### 防抖 ```js function debounce(fn, delay) { let timer return function() { clearTimeout(timer) timer = setTimeout(() => { fn.apply(this, arguments) }, delay) } }
remove不生效 +1
This problem maybe come with if your local or global git user info is inComplete First, you can check your local git user info in git project directory with `git...
update webpack version and related package cause I can't start webpack-dev-server locally
你好,请问下你那个pieLabel解决了吗?还是需要自己单独引用f2,自己搞?
> import F2 from '@antv/f2/lib/index-all'; // 建议统一从 lib 下引入 > import PieLabel from '@antv/f2/lib/plugin/pie-label'; // 引入 PieLabel 模块 好的,感谢
 目测是这个[commit](https://github.com/airyland/vux/commit/2a9931868beadb08382dbb912a28d322b4cc47c7)的更改,但是文档站点(doc.vux.li)上还没更新最新的vux
> _No description provided._ 毛遂自荐:[vux-uploader-component](https://github.com/eJayYoung/vux-uploader-component)
[pr 3786](https://github.com/airyland/vux/pull/3786)