不小心将src写scr,造成输入图片文件路径时都无任何提示。
所以编译后不显示SVG图片
<image scr="../../../static/coen/dingwei.svg" mode="widthFix"></image>
<text class="search-text">百世华南电商基地</text>
<text>>>></text>
更正后
<image src="../../../static/coen/dingwei.svg" mode="widthFix"></image>
<text class="search-text">百世华南电商基地</text>
<text>>>></text>
再次编译SVG图片正常显示
0 个评论
要回复文章请先登录或注册