使用next/image替换img标签。示例代码如下:
import Image from 'next/image'; import styled from 'styled-components'; const StyledImg = styled(Image)` // your styles here `; function MyComponent() { return ( ); }
上一篇:避免使用<和>转义成&lt;和&gt;
下一篇:避免使用*ngIf进行渲染