react-douban-movie icon indicating copy to clipboard operation
react-douban-movie copied to clipboard

Douban movie based on React

Results 2 react-douban-movie issues
Sort by recently updated
recently updated
newest added

* eslint限制比较严格(比如单双引号等),导致项目不能运行,我在`.eslintignore`里面把整个src都忽略了; * 部分`@/Components`中的组件引用错误(首字母大小写所致),修改后即可运行。 ![image](https://user-images.githubusercontent.com/17156560/60765398-8bc18980-a0cc-11e9-9e29-e95de74c145c.png) ![image](https://user-images.githubusercontent.com/17156560/60765399-8feda700-a0cc-11e9-9e22-e757a1f69cee.png) ![image](https://user-images.githubusercontent.com/17156560/60765401-93812e00-a0cc-11e9-8e8b-81ad0b980185.png) ![image](https://user-images.githubusercontent.com/17156560/60765402-967c1e80-a0cc-11e9-8759-d4ff31476a4f.png) ![image](https://user-images.githubusercontent.com/17156560/60765409-99770f00-a0cc-11e9-8628-73ef0c44fe4d.png) ![Uploading image.png…]()

fix(ReviewPage):fix bug that getQueryFromLocation function cannot return correct count value fix(SearchPage):fix bug passing repeated query params fix(Top250):fix bug that DataView cannot pass start and count params