我的代码
找了很久,发现居然是 <img :src="item.icon + ''" /> 的问题, 问题发生在item.icon 等于空字符串,拼接单引号的问题,把单引号取消就可以了。
<img :src="item.icon + ''" />
posted on 2023-03-02 20:00 愤怒的苹果ext 阅读(37) 评论(0) 编辑 收藏 举报 来源