vue html if,html - Vue.js conditional if else - Stack Overflow

博客探讨了在 Vue 应用中如何根据条件设置元素背景图片的问题。内容涉及到检查 `content.Image` 是否存在,如果存在则用作背景,否则使用 `header.Background` 中的 JPEG 图片。作者分享了当前实现的代码片段,并寻求关于如何正确编写 if-else 条件的指导。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

need some help, thanks.

I don't know how to write the proper condition in vue for my task.

i got those 2 values

content.Image &

header.Background

Basically what i want to do is to check if there is a jpeg to content.Image assigned as background-image then use this image as background, else use the jpeg that is assigned in header.Background.

:style="{'background-image': ($_.isEmpty(content.Image) ? '' :

'url('+_CONFIG.media_url + content.Image +')') }">

thats as far as i could get i want some kind of if-else condition but i dont have any clue how to properly write the code for it.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值