Results 5 comments of mhyuan

If there are so much projects in sidbar, not easy to find. Really looking forward to add grouping functionality, show directory tree

I find the code that occurred this error, here is the path of this file ```js // node_modules\vue-video-player\src\player.vue beforeDestroy() { if (this.player) { this.dispose() } }, dispose(callback) { if (this.player...

浏览器同域名ajax请求有数量限制,chrome是6个,firefox默认也是6个,但是firefox可以设置

看了下源码,两种情况下传参是不一样的 新增时的参数: ```js const onAfterAdd = (value, insertIndex, count) => {} ``` 复制时的参数: ```js const onAfterAdd = (value, count) => {} ```