img src中的路径错误。 React redux app

时间:2017-05-24 08:48:26

标签: image reactjs redux react-redux

我的形象之路有什么问题?一切都错了。 enter image description here

1 个答案:

答案 0 :(得分:0)

image.jpgo.jpg ...?

不同

此外,您需要导入图像,如下所示: import theNameYouWant from 'path/to/your/image',然后:

<img src={theNameYouWant} />