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'
  }
}

Logo

前往低代码交流专区

更多推荐