大连工程建设信息网站宁波seo关键词优化案例
报错的static地址写法:
this.url = '../static/img.png'
this.url = '@/static/img.png'
正确的static地址写法:
this.url = '/static/img.png'
动态绑定
<image :src="url"></image>
报错的static地址写法:
this.url = '../static/img.png'
this.url = '@/static/img.png'
正确的static地址写法:
this.url = '/static/img.png'
动态绑定
<image :src="url"></image>