我无法使用v-bind:src="require('.....')"/>
渲染动态图像。
我有一个代表我的图像路径的字符串数组。
我从vue中获取:
渲染错误:“错误:找不到模块”
但路径正确。
这是我的模板
<img class="card-img img-size"
v-bind:src="require(wineriesLogos[index])"/>
如果我用其值替换wineriesLogo[index]
,它将起作用。
有人可以帮助我吗?预先感谢。
更新
这是我的变量,其中包含图像路径: