方式一:
data() { return { imgSrc: required(...图片相对路径); } }
方式二:
import imgSrc from './img.png'; data() { return { imgSrc, } }