摘要: 1、img标签动态添加src <img :src="require('../../assets/images/' + this.ImgSrc)" alt="" /> data() { return { ImgSrc: "1.jpg", }; }, 重点::src="require('../../as 阅读全文
posted @ 2021-05-20 09:57 草莓糖&薄荷茶 阅读(65) 评论(0) 推荐(0)