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
2
3
4
5
6
https://blog.csdn.net/zhangqun23/article/details/86630051 (opens new window)
<img :src="imgList[0]">
import success from '@/img/success.png';
data(){
return{
imgList: [success]
}
}