最近遇到需求在umijs中引用svg图片。下面说说实现方法,
欢迎留言一起讨论

先看效果

xuehuayu.cn

分析

查看umijs文档中,使用ReactComponent来引用svg图

实现

1
import { ReactComponent as Email } from'./icons/email.svg'

相关链接