<img :src="img" >
export default { data() { return { img:require("图片路径") } }, }
vue有关图片不显示的问题
原文:https://www.cnblogs.com/gongjian92/p/8444758.html