郭之存

Results 22 issues of 郭之存

![image](https://user-images.githubusercontent.com/48358523/105434254-24f7c700-5c96-11eb-9f76-989b5096e134.png) ![image](https://user-images.githubusercontent.com/48358523/105434270-2fb25c00-5c96-11eb-8f95-c5c9231a5b3b.png)

outdated

2.0.3可以正常拦截 2.0.9无法拦截,导致loading框一直显示

在ie10中无法上传相同图片的问题:XMLHttpRequest: 网络错误 0x2efd, 由于出现错误 00002efd 而导致此项操作无法完成。

![image](https://user-images.githubusercontent.com/48358523/71230329-33054680-2324-11ea-942d-f0e6791c39b2.png) ![image](https://user-images.githubusercontent.com/48358523/71230373-58925000-2324-11ea-9db7-14b13a7f1d24.png)

这是我本地的静态文件 ![image](https://user-images.githubusercontent.com/48358523/67445149-5e2e2b00-f63e-11e9-8ac7-70fe2fa79551.png) 这是远程服务器上的静态文件 ![image](https://user-images.githubusercontent.com/48358523/67445168-6e460a80-f63e-11e9-8042-96094275ab96.png) h5服务是部署在远程的,访问的是同一个视频,一个可以回放,一个不行。 而且回放的时间是10:00:00,但是实际显示的时间是从15:06:00开始的。

### Existing Component Yes ### Component Name Select ### Description ```javascript // add minCollapseTagsNumber prop and more slot: prop: { minCollapseTagsNumber: { type: Number, default: 1 } } // slot...

lib/connect/index.js ```javascript // eslint-disable-next-line camelcase // So here, | | should be replaced by && if ((typeof process !== 'undefined' && process.title !== 'browser') || typeof __webpack_require__ !== 'function') {...

stale

### Describe the bug IE is not compatible because of the arrow function and const declaration after the build ### To Reproduce _No response_ ### Code snippet _No response_ ###...

现在有一个需求是: 1、翻页页数太多,一般再1500~3000页,在IE里翻到800页左右时就会很卡,在往后直接崩溃; 2、目前尝试的解决办法是分批次加载,类似表格分页,首先加载200页,翻到200后,删除前面的200页,再加在接下来的 201-400页,但是这样试过之后发现直接就不能用了,有什么办法可以解决吗?removePage方法什么时候会用到;

### 选择要提交 issue 的库 vue-easytable ### Issue 类型 Feature ### Issue 标题 支持插槽写法 ### 这个功能解决了什么问题? 视图和逻辑分开,一定程度解耦,将各种 render 方法或者回调,比如 renderBodyCell ,改为可用插槽在 *** ### 你期望的 API 是什么样的? *** ```vue *** ```

💡 feature