欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

解决vue动态设置img的src无效

程序员文章站 2024-01-19 13:55:34
...
<img class="logo" :src="logo">
	export default{
		name:"xxx",
		data(){
			return{
				logo:require("./../static/images/logo.png")
			}
		}
	}
相关标签: img的src无效