yuxizhe

Results 17 comments of yuxizhe

同样遇到了这个问题,采用api获取列表时会有这个问题。

@iambalaam If you don't use `MiniCssExtractPlugin`, a.css and b.css will show in all.js ![image](https://user-images.githubusercontent.com/14990734/59433016-32db3a00-8e1b-11e9-9e03-4601c68dda0a.png)

@adampatterson I think its `less-loader` | `scss-loader` that causes the problem. I will look into these loaders and find out why. - only use css-loader ![image](https://user-images.githubusercontent.com/14990734/59480901-edf3e980-8e94-11e9-8f06-1e04ac176d9a.png) ![image](https://user-images.githubusercontent.com/14990734/59480877-df0d3700-8e94-11e9-87d5-06f0156cc0c1.png) ![image](https://user-images.githubusercontent.com/14990734/59480884-e2a0be00-8e94-11e9-9bbd-242278757574.png) - use...

same problem ``` W/WM-WorkSpec(20061): Backoff delay duration less than minimum value I/flutter (20061): Download task is enqueued with id(b7bfe4de-b002-41bf-809f-46e1728cace3) I/flutter (20061): b7bfe4de-b002-41bf-809f-46e1728cace3 I/flutter (20061): 0 I/zygote64(20061): Do partial code cache...

I am happy to maintain it @andykog 😄

don't you have Access-Control-Allow-Origin problem?

same problem when using `location.href='...'` learn from @Aymkdn ```javascript if (checkIE()) { window.addEventListener('hashchange', () => { var currentPath = window.location.hash.slice(1) if (this.$route.path !== currentPath) { this.$router.push(currentPath) } }, false) }...

@sidorares Sure, I will add typings test for this.

> > @sidorares Sure, I will add typings test for this. > > I can add the test if you aren't able to @yuxizhe? @jmordica Welcome, Thank you very much!

maybe you can use query timeout option?