在vue中背景图片使用变量的方法

609 阅读1分钟

image.png

<div class="data-box" :style="{ background:url(${imgUrl})}"></div>