我有一个简单的问题,希望对您有帮助:
<div>
<figure :style="{ 'background': 'url(' + item.main_featured + ') center no-repeat' }">
</div>
如果API的URL未定义,我希望样式属性'background'返回颜色
例:
如果item.featured_photo不为null:
<figure style="background: url('localhost:6969/image.img') center no-repeat">
如果item.featured_photo为null:
<figure style="background: #FFF">