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
vidis01
What it is?
2019-10-30, tr, 14:16 JustDoIt521 [email protected] rašė:
:style="{backgroundImage:url(${gift.reward_pic}), color: 'red'}" 如果多个属性的话 这样写
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vuejs/vue/issues/2352?email_source=notifications&email_token=AHPQOYDSX4QOEWYCLPMJG3TQRF3IZA5CNFSM4B3L4LJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECT5W6A#issuecomment-547871608, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHPQOYAX2Q2FDMGIT4RMKQDQRF3IZANCNFSM4B3L4LJQ .
Related questions