导入方式一:import Img from './images/car.png'data: { return { img: img }}方式二:data() { return { img: require("../assets/images/pic.png") } ...
確定! 回上一頁