We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cccc88 commit f831cdbCopy full SHA for f831cdb
example/App.jsx
@@ -44,7 +44,6 @@ class App extends Component {
44
<div className="img-list">
45
{
46
this.state.imags.map((item, index) => {
47
- console.info("111",item);
48
return <div className="img" key={item}>
49
<img src={item} alt="" onClick={this.openViewer.bind(this, index)} width="100%" height="auto" className=""/>
50
</div>
0 commit comments