Vue项目启动报错整理3
1、vue模板中的图片没有显示Failed to load resource: the server responded with a status of 404 (Not Found)!!!解决办法:class="head-logo" :src="imgUrl">data () {return {imgUrl: '../../static/logo.png'
·
1、vue模板中的图片没有显示
Failed to load resource: the server responded with a status of 404 (Not Found)!!!
解决办法:
<img class="head-logo" :src="imgUrl">
data () { return { imgUrl: '../../static/logo.png' } }
更多推荐
已为社区贡献7条内容
所有评论(0)