+ <BIMDataCarousel :style="{ width: {{ carouselWidth }} }"> + <div + style="height: 100px; background-color: #ddd" + :style="{ width: {{ `${itemWidth}px` }} }" + v-for="i of [1, 2, 3, 4, 5, 6]" + :key="i" + ></div> + </BIMDataCarousel> ++ +
+ <BIMDataCarousel :style="{ width: {{ carouselWidth }} }"> + <div + style="height: 100px; background-color: #ddd" + :style="{ width: {{ `${itemWidth}px` }} }" + v-for="i of [1, 2, 3, 4, 5, 6]" + :key="i" + ></div> + </BIMDataCarousel> ++ +