解决方法是使用
srcSet而不是
srcset。
<img src="/images/logo.png" srcSet="/images/logo-1.5x.png 1.5x, /images/logo-2x.png 2x" />
参考:https://facebook.github.io/react/docs/tags-and-
attributes.html在
HTML Attributes

解决方法是使用
srcSet而不是
srcset。
<img src="/images/logo.png" srcSet="/images/logo-1.5x.png 1.5x, /images/logo-2x.png 2x" />
参考:https://facebook.github.io/react/docs/tags-and-
attributes.html在
HTML Attributes