url('../static/assets/img/brands/brand-logo-1.jpg')"><a href="#"></a></div>
<div class="brands-item diesel" style="background-image: url('../static/assets/img/brands/brand-logo-2.jpg')"><a href="#"></a></div>
<div class="brands-item barbour" style="background-image: url('../static/assets/img/brands/brand-logo-3.jpg')"><a href="#"></a></div>
<div class="brands-item lyleScott" style="background-image: url('../static/assets/img/brands/brand-logo-4.jpg')"><a href="#"></a></div>
<div class="brands-item replay" style="background-image: url('../static/assets/img/brands/brand-logo-5.jpg')"><a href="#"></a></div>
</div>
.gStar
width: 135px
height: 37px
.diesel
width: 84px
height: 31px
.barbour
width: 103px
height: 21px
.lyleScott
width: 122px
height: 57px
.replay
width: 115px
height: 35px
У меня есть секция Brands. В ней 5 картинок с разными размерами (менять. и подгонять нельзя, разные значит разные). Хочу данные макароны зарендерить через v-for. Как прописать применение класса в item in items? Прописать какой-то один класс типо :class=“imgSize”, а в data
data() {
return {
items:{
gStar: {
imgSize: {
‘width’: 84px,
‘height’: 31px}
}
Или как-то по-другому можно? Спасибо за ответ.
Все так :class=“item.class”
Обсуждают сегодня