https://blog.csdn.net/zhangqun23/article/details/86630051 (opens new window)

 <img :src="imgList[0]">
1
import success from '@/img/success.png';
data(){
   return{
    imgList: [success]
  }
}
1
2
3
4
5
6
lastUpdate: 5/13/2021, 5:35:14 PM