Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
:style = {margin: exp ? '10px' : 0}
v-bind:style="{ background: img!='' ? 'url(' + url + '/uploads/widgets/' + img + ') 50% 50% / cover no-repeat', visibility: img!='' ? 'visible' :'hidden', width: width/3+'px', height: width/3+'px', borderColor: buttonBgColor, boxShadow: '0 0 4px '+ buttonBgColor }"
background: img !== '' ? `url(${url}/uploads/widgets/${img}) 50% 50% cover no-repeat` : false,