{ test:/\.(png|jpg|svg|gif|jpeg)$/i, type:"asset/resource" } <template> <div> hello <img src="./assets/1.png"> </div> </template> npm run serve