Ask questions如何通过v-bind:style动态生成背景图?
在通过v-for出来子集之后,要生成当前节点的背景图,通过v-bind:style="{background:url(list.Cover)}" 无法正确便利出结果. [Vue warn]: Error when evaluating expression "{background:url(list.Cover)}". Turn on debug mode to see stack trace. 请尤大大解答下,谢谢
Answer
questions
JustDoIt521
:style="{backgroundImage:url(${gift.reward_pic}), color: 'red'}"
如果多个属性的话 这样写
Related questions