标签: image reactjs redux react-redux
我的形象之路有什么问题?一切都错了。
答案 0 :(得分:0)
image.jpg与o.jpg ...?
image.jpg
o.jpg
此外,您需要导入图像,如下所示: import theNameYouWant from 'path/to/your/image',然后:
import theNameYouWant from 'path/to/your/image'
<img src={theNameYouWant} />